AuthorizationNonce Property |
Gets or sets the nonce.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax 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
Type:
String
The nonce.
See Also