INonceCreator interface

Creates a nonce.

public interface INonceCreator

Members

name description
CreateNonce() Creates a new nonce.

Remarks

Implementations of this interface may vary in the length or randomness of the nonces they create.

See also cryptographic nonce.

See Also