 | ITfaMechanismEndSetup Method |
Complete the setup procedure by ensuring that the user was able to generate and share the configured code
Namespace: SanteDB.Core.Security.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxbool EndSetup(
IIdentity user,
string verificationCode
)
Function EndSetup (
user As IIdentity,
verificationCode As String
) As Boolean
bool EndSetup(
IIdentity^ user,
String^ verificationCode
)
abstract EndSetup :
user : IIdentity *
verificationCode : string -> bool Parameters
- user IIdentity
- The user for which setup is being completed
- verificationCode String
- The verification code sent to the user
Return Value
BooleanTrue if setup was completed
See Also