PublicKey.GetRSAPublicKey Метод

Определение

Получает открытый RSA ключ или null если ключ не является ключом RSA.

public:
 System::Security::Cryptography::RSA ^ GetRSAPublicKey();
public System.Security.Cryptography.RSA? GetRSAPublicKey ();
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Security.Cryptography.RSA? GetRSAPublicKey ();
member this.GetRSAPublicKey : unit -> System.Security.Cryptography.RSA
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.GetRSAPublicKey : unit -> System.Security.Cryptography.RSA
Public Function GetRSAPublicKey () As RSA

Возвращаемое значение

RSA

Открытый ключ или null ключ не является ключом RSA.

Атрибуты

Исключения

Содержимое ключа повреждено или не может быть успешно прочитано.

Применяется к