Click or drag to resize

SQLiteIdentityServiceGenerateTfaSecret Method

[Missing <summary> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.GenerateTfaSecret(System.String)"]

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public string GenerateTfaSecret(
	string userName
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.GenerateTfaSecret(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteIdentityService.GenerateTfaSecret(System.String)"]

See Also