CreateViewingKeyRequest Constructor

Initializes a new instance of the CreateViewingKeyRequest class.

Namespace:  SecretNET.AccessControl
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public CreateViewingKeyRequest(
	string entropy,
	Nullable<string> padding
)

Parameters

entropy
Type: String
String used as part of the entropy supplied to the rng that generates the random viewing key.
padding
Type: Nullable<(Of <(<'String>)>)>
An ignored string that can be used to maintain constant message length.