PublicKey.GetDSAPublicKey Methode

Definitie

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

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

Retouren

DSA

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

Kenmerken

Uitzonderingen

De sleutelinhoud is beschadigd of kan niet worden gelezen.

Van toepassing op