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

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

适用于

另请参阅