KeyTransRecipientInfo.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[]
代表加密金鑰的位元組值陣列。