次の方法で共有


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

暗号化キーを表すバイト値配列です。

適用対象

こちらもご覧ください