C# Класс System.Security.Cryptography.X509Certificates.RSACertificateExtensions

Provides extension methods for retrieving RSA implementations for the public and private keys of a X509Certificate2.
Показать файл Открыть проект

Открытые методы

Метод Описание
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