共用方式為


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

位元組值的陣列,含有經過加密的收件者金鑰設定資料。

適用於

另請參閱