KeyTransRecipientInfo.EncryptedKey 属性

定义

EncryptedKey 属性检索此密钥传输收件人的加密密钥。

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[]

表示加密密钥的字节值的数组。

适用于

另请参阅