Click or drag to resize

UpstreamTfaServiceSendSecret Method

Send the secret for the specified user

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public string SendSecret(
	Guid mechanismId,
	IIdentity user
)

Parameters

mechanismId  Guid

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

user  IIdentity

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

Return Value

String

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

Implements

ITfaServiceSendSecret(Guid, IIdentity)
See Also