LumiSoft Net Help
Nonce Property
NamespacesLumiSoft.Net.AUTHAuth_HttpDigestNonce
Gets or sets a server-specified unique data string. It is recommended that this string be base64 or hexadecimal data. Suggested value: base64(time-stamp hex(time-stamp ":" ETag ":" private-key)).
Declaration Syntax
C#Visual BasicVisual C++F#
public string Nonce { get; set; }
Public Property Nonce As String
	Get
	Set
public:
property String^ Nonce {
	String^ get ();
	void set (String^ value);
}
member Nonce : string with get, set
Property Value
Exceptions
ExceptionCondition
ArgumentExceptionIs raised when invalid value is specified.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119