SecretNET.NFT Namespace

ConfigSettings..::..UnwrappedMetadataIsPrivate Property

This config value indicates if the Reveal message should keep the sealed metadata private after unwrapping. This config value is ignored if sealed metadata is not enabled (default: False)

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

Syntax


public bool UnwrappedMetadataIsPrivate { get; set; }
Public Property UnwrappedMetadataIsPrivate As Boolean
	Get
	Set
public:
property bool^ UnwrappedMetadataIsPrivate {
	bool^ get ();
	void set (bool^ value);
}