AsymmetricKeyAlgorithmProvider.CreateKeyPair(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立公開/私密金鑰組。
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 位。
傳回
表示非對稱金鑰組。