Click or drag to resize

ITwoFactorSecretGenerator Interface

Identifies a class which can generate TFA secrets

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface ITwoFactorSecretGenerator : IServiceImplementation

The ITwoFactorSecretGenerator type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the TFA generator
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodGenerateTfaSecret
Generate a TFA secret
Public methodValidate
Validates the secret
Top
See Also