Gets or sets the secret key for the message locked crypto
algorithm.
Namespace: NMLE.HCEAssembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
public override byte[] Tag { get; protected set; }
public override byte[] Tag { get; protected set; }
Public Overrides Property Tag As Byte()
Get
Protected Set
Public Overrides Property Tag As Byte()
Get
Protected Set
public:
virtual property array<unsigned char>^ Tag {
array<unsigned char>^ get () override;
protected: void set (array<unsigned char>^ value) override;
}
public:
virtual property array<unsigned char>^ Tag {
array<unsigned char>^ get () override;
protected: void set (array<unsigned char>^ value) override;
}
Property Value
Type:
Byte Implements
IMessageLockedAlgorithm Tag