Share via


PublicKey.GetDSAPublicKey Metoda

Definice

DSA Získá veřejný klíč, nebo null pokud klíč není klíč DSA.

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

Návraty

DSA

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

Atributy

Výjimky

Obsah klíče je poškozen nebo nelze úspěšně přečíst.

Platí pro