IConfiguratorAuthentication_NonceExpirationTime Property |
Gets or sets the time interval when new nonce will be generated (in seconds).
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxint Authentication_NonceExpirationTime { get; set; }
Property Authentication_NonceExpirationTime As Integer
Get
Set
property int Authentication_NonceExpirationTime {
int get ();
void set (int value);
}
abstract Authentication_NonceExpirationTime : int with get, set
Property Value
Type:
Int32
See Also