Udostępnij za pośrednictwem


PublicKey.GetRSAPublicKey Metoda

Definicja

RSA Pobiera klucz publiczny lub null jeśli klucz nie jest kluczem 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

Zwraca

RSA

Klucz publiczny lub null jeśli klucz nie jest kluczem RSA.

Atrybuty

Wyjątki

Zawartość klucza jest uszkodzona lub nie można jej pomyślnie odczytać.

Dotyczy