共用方式為


RecipientInfo.EncryptedKey 屬性

定義

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

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

備註

這是 由和KeyTransRecipientInfo覆寫的KeyAgreeRecipientInfo抽象屬性。

適用於

另請參閱