SecretNET.NFT Namespace

Authentication..::..key Property

Either a decryption key for encrypted files or a password for basic authentication.

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

Syntax


public Nullable<string> key { get; set; }
Public Property key As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> key {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}