Click or drag to resize

DefaultTfaServiceSendSecret Method

Sends the secret via the specified mechanism

Namespace: SanteDB.Core.Security
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public string SendSecret(
	Guid mechanismId,
	IIdentity user
)

Parameters

mechanismId  Guid

[Missing <param name="mechanismId"/> documentation for "M:SanteDB.Core.Security.DefaultTfaService.SendSecret(System.Guid,System.Security.Principal.IIdentity)"]

user  IIdentity

[Missing <param name="user"/> documentation for "M:SanteDB.Core.Security.DefaultTfaService.SendSecret(System.Guid,System.Security.Principal.IIdentity)"]

Return Value

String

[Missing <returns> documentation for "M:SanteDB.Core.Security.DefaultTfaService.SendSecret(System.Guid,System.Security.Principal.IIdentity)"]

Implements

ITfaServiceSendSecret(Guid, IIdentity)
See Also