 | AuthorizationCookieNonce Property |
Random nonce value for the cookie.
Namespace: SanteDB.Rest.OAuth.ModelAssembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic int Nonce { get; set; }Public Property Nonce As Integer
Get
Set
public:
property int Nonce {
int get ();
void set (int value);
}member Nonce : int with get, set
Property Value
Int32
See Also