SecretNET.NFT Namespace

MediaFile..::..Authentication Property

Credentials or decryption key for a protected file.

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

Syntax


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