RecipientInfo.EncryptedKey 属性

定义

EncryptedKey 抽象属性检索加密的收件人密钥材料。

public:
 abstract property cli::array <System::Byte> ^ EncryptedKey { cli::array <System::Byte> ^ get(); };
public abstract byte[] EncryptedKey { get; }
member this.EncryptedKey : byte[]
Public MustOverride ReadOnly Property EncryptedKey As Byte()

属性值

Byte[]

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

注解

这是由 和 KeyTransRecipientInfo重写的KeyAgreeRecipientInfo抽象属性。

适用于

另请参阅