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

包含键中的位数的整数。

适用于