RecipientInfo.EncryptedKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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抽象属性。