Click or drag to resize

ITfaSecretManager Interface

Represents a secret manager which can manage the TFA secret registration with a user

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ITfaSecretManager

The ITfaSecretManager type exposes the following members.

Methods
 NameDescription
Public methodFinishTfaRegistration Completes an RFC4226 MFA secret registration
Public methodGetSharedSecret Get the secret for claim
Public methodRemoveTfaRegistration Remove a TFA registration from identity
Public methodStartTfaRegistration Register an RFC4226 MFA secret setting to identity
Top
See Also