C# 클래스 System.Security.Cryptography.X509Certificates.RSACertificateExtensions

Provides extension methods for retrieving RSA implementations for the public and private keys of a X509Certificate2.
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetRSAPrivateKey ( this certificate ) : System.Security.Cryptography.RSA
GetRSAPublicKey ( this certificate ) : System.Security.Cryptography.RSA

메소드 상세

GetRSAPrivateKey() 공개 정적인 메소드

public static GetRSAPrivateKey ( this certificate ) : System.Security.Cryptography.RSA
certificate this
리턴 System.Security.Cryptography.RSA

GetRSAPublicKey() 공개 정적인 메소드

public static GetRSAPublicKey ( this certificate ) : System.Security.Cryptography.RSA
certificate this
리턴 System.Security.Cryptography.RSA