Share via


CryptographicKey.KeySize 屬性

定義

取得金鑰的大小 (以位元為單位)。

public:
 property unsigned int KeySize { unsigned int get(); };
uint32_t KeySize();
public uint KeySize { get; }
var uInt32 = cryptographicKey.keySize;
Public ReadOnly Property KeySize As UInteger

屬性值

UInt32

unsigned int

uint32_t

整數,其中包含索引鍵中的位數。

適用於