다음을 통해 공유


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

키의 비트 수를 포함하는 정수입니다.

적용 대상