暗号化されたキー交換データを作成します。
オーバーロードの一覧
指定した入力データから暗号化されたキー交換データを作成します。
[Visual Basic] Overloads Overrides Public Function CreateKeyExchange(Byte()) As Byte()
[C++] public: unsigned char CreateKeyExchange(unsigned char __gc[]) __gc[];
[JScript] public override function CreateKeyExchange(Byte[]) : Byte[];
指定した入力データから暗号化されたキー交換データを作成します。
[Visual Basic] Overloads Overrides Public Function CreateKeyExchange(Byte(), Type) As Byte()
[C#] public override byte[] CreateKeyExchange(byte[], Type);
[C++] public: unsigned char CreateKeyExchange(unsigned char __gc[], Type*) __gc[];
[JScript] public override function CreateKeyExchange(Byte[], Type) : Byte[];
参照
RSAPKCS1KeyExchangeFormatter クラス | RSAPKCS1KeyExchangeFormatter メンバ | System.Security.Cryptography 名前空間