SecretNET.NFT Namespace

Extension..::..Media Property

Media files as specified on Stashh that allows for basic authenticatiion and decryption keys. Most of the above is used for bridging lic eth NFT metadata easily, whereas `media` will be used when minting NFTs on Stashh.

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

Syntax


public Nullable<MediaFile>[] Media { get; set; }
Public Property Media As Nullable(Of MediaFile)()
	Get
	Set
public:
property array<Nullable<MediaFile^>>^ Media {
	array<Nullable<MediaFile^>>^ get ();
	void set (array<Nullable<MediaFile^>>^ value);
}