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

一个字节值数组,其中包含加密的收信方密钥材料。

适用于

另请参阅