HMACMD5.Key 属性
定义
获取或设置要在 HMAC 计算中使用的密钥。Gets or sets the key to use in the HMAC calculation.
public:
virtual property cli::array <System::Byte> ^ Key { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public override byte[] Key { get; set; }
member this.Key : byte[] with get, set
Public Overrides Property Key As Byte()
属性值
- Byte[]
要在 HMAC 计算中使用的密钥。The key to use in the HMAC calculation.