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 향상된 암호화 공급자가 설치된 경우 384비트에서 16384비트까지의 키 길이를 8비트 단위로 지원합니다. Microsoft 기본 암호화 공급자가 설치된 경우 384비트에서 512비트까지의 키 길이를 8비트 단위로 지원합니다.

적용 대상