AsymmetricKeyAlgorithmProvider.CreateKeyPair(UInt32) メソッド

定義

公開キーと秘密キーのペアを作成します。

public:
 virtual CryptographicKey ^ CreateKeyPair(unsigned int keySize) = CreateKeyPair;
CryptographicKey CreateKeyPair(uint32_t const& keySize);
public CryptographicKey CreateKeyPair(uint keySize);
function createKeyPair(keySize)
Public Function CreateKeyPair (keySize As UInteger) As CryptographicKey

パラメーター

keySize
UInt32

unsigned int

uint32_t

キーのサイズ (ビット単位)。 一般的なキー サイズは、512、1024、2048、または 4096 ビットです。

戻り値

非対称キーのペアを表します。

適用対象