Поделиться через


SafeEvpPKeyHandle.OpenPrivateKeyFromEngine(String, String) Метод

Определение

Откройте именованный закрытый ключ с именем OpenSSL ENGINE.

public:
 static System::Security::Cryptography::SafeEvpPKeyHandle ^ OpenPrivateKeyFromEngine(System::String ^ engineName, System::String ^ keyId);
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
[System.Runtime.Versioning.UnsupportedOSPlatform("windows")]
public static System.Security.Cryptography.SafeEvpPKeyHandle OpenPrivateKeyFromEngine (string engineName, string keyId);
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("windows")>]
static member OpenPrivateKeyFromEngine : string * string -> System.Security.Cryptography.SafeEvpPKeyHandle
Public Shared Function OpenPrivateKeyFromEngine (engineName As String, keyId As String) As SafeEvpPKeyHandle

Параметры

engineName
String

Имя объекта для ENGINE обработки запроса на открытие закрытого ключа.

keyId
String

Имя открываемого ключа.

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

Открытая клавиша.

Атрибуты

Исключения

Параметр engineName или keyId имеет значение null.

engineName или keyId — пустая строка.

Ключ не удалось открыть с помощью указанного engine.

Комментарии

Эта операция завершится ошибкой, если OpenSSL не может успешно загрузить именованный ENGINEключ или если именованный ENGINE не может загрузить именованный ключ.

Не все ENGINEподдерживают загрузку закрытых ключей.

Синтаксис для keyId определяется каждым отдельным ENGINE.

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