KeyAgreeRecipientInfo.EncryptedKey 属性
定义
EncryptedKey 属性检索加密的收信方密钥材料。The EncryptedKey property retrieves the encrypted recipient keying material.
public:
virtual property cli::array <System::Byte> ^ EncryptedKey { cli::array <System::Byte> ^ get(); };
public override byte[] EncryptedKey { get; }
member this.EncryptedKey : byte[]
Public Overrides ReadOnly Property EncryptedKey As Byte()
属性值
- Byte[]
一个字节值数组,其中包含加密的收信方密钥材料。An array of byte values that contain the encrypted recipient keying material.