Sdílet prostřednictvím


PublicKey.GetRSAPublicKey Metoda

Definice

RSA Získá veřejný klíč nebo null pokud klíč není klíčem 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

Návraty

RSA

Veřejný klíč nebo null pokud klíč není klíčem RSA.

Atributy

Výjimky

Obsah klíče je poškozený nebo nebylo možné ho úspěšně přečíst.

Platí pro