次の方法で共有


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

キー内のビット数を含む整数。

適用対象