다음을 통해 공유


RSA 클래스

RSA 알고리즘의 모든 구현이 상속될 기본 클래스를 나타냅니다.

네임스페이스: System.Security.Cryptography
어셈블리: mscorlib(mscorlib.dll)

구문

‘선언
<ComVisibleAttribute(True)> _
Public MustInherit Class RSA
    Inherits AsymmetricAlgorithm
‘사용 방법
Dim instance As RSA
[ComVisibleAttribute(true)] 
public abstract class RSA : AsymmetricAlgorithm
[ComVisibleAttribute(true)] 
public ref class RSA abstract : public AsymmetricAlgorithm
/** @attribute ComVisibleAttribute(true) */ 
public abstract class RSA extends AsymmetricAlgorithm
ComVisibleAttribute(true) 
public abstract class RSA extends AsymmetricAlgorithm

설명

이 클래스를 확장하면 RSA 키를 구현할 수 있습니다. 이는 RSA의 새 키 값 구현을 제공하는 모든 개발자에게 필요합니다.

이 클래스의 유일한 목적은 RSA 알고리즘을 식별하는 계층 구성원이 되는 것입니다.

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

상속 계층 구조

System.Object
   System.Security.Cryptography.AsymmetricAlgorithm
    System.Security.Cryptography.RSA
       System.Security.Cryptography.RSACryptoServiceProvider

스레드로부터의 안전성

이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

.NET Compact Framework

2.0에서 지원

참고 항목

참조

RSA 멤버
System.Security.Cryptography 네임스페이스

기타 리소스

암호화 서비스