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

暗号化された受信者キーマテリアルを含むバイト値の配列。

注釈

これは、 KeyAgreeRecipientInfoKeyTransRecipientInfoによってオーバーライドされる抽象プロパティです。

適用対象

こちらもご覧ください