 | ITfaMechanismBeginSetup Method |
Create a shared secret to share with the user - this will be rendered as a QR code
Namespace: SanteDB.Core.Security.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxstring BeginSetup(
IIdentity user
)
Function BeginSetup (
user As IIdentity
) As String
String^ BeginSetup(
IIdentity^ user
)
abstract BeginSetup :
user : IIdentity -> string Parameters
- user IIdentity
- The user which is to have the shared secret established
Return Value
StringThe contents of a QR code to validate
See Also