SetViewingKeyRequest Constructor

Initializes a new instance of the SetViewingKeyRequest class.

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

Syntax


public SetViewingKeyRequest(
	string key,
	Nullable<string> padding
)

Parameters

key
Type: String
The new viewing key for the message sender.
padding
Type: Nullable<(Of <(<'String>)>)>
An ignored string that can be used to maintain constant message length.