Partager via


PublicKey.GetRSAPublicKey Méthode

Définition

Obtient la RSA clé publique ou null si la clé n’est pas une clé 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

Retours

RSA

Clé publique ou null si la clé n’est pas une clé RSA.

Attributs

Exceptions

Le contenu de la clé est endommagé ou n’a pas pu être lu correctement.

S’applique à