다음을 통해 공유


RsaSecurityKey.KeySize 속성

정의

키의 크기(비트)를 가져옵니다.

public:
 virtual property int KeySize { int get(); };
public override int KeySize { get; }
member this.KeySize : int
Public Overrides ReadOnly Property KeySize As Integer

속성 값

키의 크기(비트 단위)입니다.

설명

RSACryptoServiceProvider에서는 Microsoft Enhanced Cryptographic Provider가 설치되어 있는 경우 길이가 384 - 16384비트(8비트 단위로 증가)인 키를 지원하고, Microsoft Base Cryptographic Provider가 설치되어 있는 경우에는 길이가 384 - 512비트(8비트 단위로 증가)인 키를 지원합니다.

적용 대상