SecretNET.NFT Namespace

RevokePermitRequest Constructor

Initializes a new instance of the RevokePermitRequest class.

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

Syntax


public RevokePermitRequest(
	string permitName,
	string padding
)
Public Sub New ( _
	permitName As String, _
	padding As String _
)
public:
RevokePermitRequest(
	String^ permitName, 
	String^ padding
)

Parameters

permitName
Type: String
Name of the permit that is no longer valid.
padding
Type: String
An ignored string that can be used to maintain constant message length.