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

包含加密收件人密钥材料的字节值数组。

注解

这是一个被和KeyAgreeRecipientInfo重写的KeyTransRecipientInfo抽象属性。

适用于

另请参阅