MediaFile..::..Authentication Property
Credentials or decryption key for a protected file.
Namespace:
SecretNET.NFTAssembly: 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); }