PublicKey.GetDSAPublicKey Метод

Определение

Возвращает открытый DSA ключ или null значение , если ключ не является ключом 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

Возвращаемое значение

DSA

Открытый ключ или null значение , если ключ не является ключом DSA.

Атрибуты

Исключения

Содержимое ключа повреждено или не может быть прочитано успешно.

Применяется к