Taal

PublicKey.GetRSAPublicKey Methode

Definitie

Hiermee haalt u de RSA openbare sleutel op of null als de sleutel geen RSA-sleutel is.

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

Retouren

RSA

De openbare sleutel of null als de sleutel geen RSA-sleutel is.

Kenmerken

Uitzonderingen

De sleutelinhoud is beschadigd of kan niet worden gelezen.

Van toepassing op