共用方式為


KeyTransRecipientInfo.EncryptedKey 屬性

定義

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

代表加密金鑰的位元組值陣列。

適用於

另請參閱