SafeEvpPKeyHandle.OpenPrivateKeyFromEngine(String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
명명된 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
.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET