Click or drag to resize
RandomNonceBase Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the RandomNonceBase class.

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
protected RandomNonceBase(
	Random random
)

Parameters

random
Type: SystemRandom
(Pseudo-)random number generator.
Remarks
Derived classes should be singletons.
See Also