 | ITfaCodeProviderGenerateTfaCode Method |
Generate a code for a specific user.
Namespace: SanteDB.Core.Security.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxstring GenerateTfaCode(
IIdentity identity
)
Function GenerateTfaCode (
identity As IIdentity
) As String
String^ GenerateTfaCode(
IIdentity^ identity
)
abstract GenerateTfaCode :
identity : IIdentity -> string Parameters
- identity IIdentity
- The identity to generate the code for.
Return Value
StringThe generated code for the identity.
See Also