| DbSecurityUserChallengeAssocQueryResultChallengeResponse Property |
Challenge response
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string ChallengeResponse { get; set; }
Public Property ChallengeResponse As String
Get
Set
public:
property String^ ChallengeResponse {
String^ get ();
void set (String^ value);
}
member ChallengeResponse : string with get, set
Property Value
Type:
StringSee Also