| ParametersGenerator Property |
[This is preliminary documentation and is subject to change.]
Gets the nonce generator.
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public Nonce Generator { get; }
Public ReadOnly Property Generator As Nonce
Get
public:
property Nonce^ Generator {
Nonce^ get ();
}
member Generator : Nonce with get
Property Value
Type:
NonceNonce generator.
See Also