CryptographicKey.KeySize Property

Definition

Gets the size, in bits, of the key.

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

Property Value

UInt32

unsigned int

uint32_t

Integer that contains the number of bits in the key.

Applies to