|
OIDCSecurityProviderSelfVerifiedNonce Property
|
A Nonce that has been verified manually and never expires. This is used for allowing Server-server logons.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public string SelfVerifiedNonce { get; set; }
Public Property SelfVerifiedNonce As String
Get
Set
member SelfVerifiedNonce : string with get, set
function get_SelfVerifiedNonce();
function set_SelfVerifiedNonce(value);
View SourceProperty Value
StringSee Also