KeyAgreeRecipientInfo.EncryptedKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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[]
一个字节值数组,其中包含加密的收信方密钥材料。