다음을 통해 공유


KeyCredentialManager.OpenAsync(String) 메서드

정의

현재 사용자 및 애플리케이션에 대한 키 자격 증명을 검색합니다.

public:
 static IAsyncOperation<KeyCredentialRetrievalResult ^> ^ OpenAsync(Platform::String ^ name);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<KeyCredentialRetrievalResult> OpenAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<KeyCredentialRetrievalResult> OpenAsync(string name);
function openAsync(name)
Public Shared Function OpenAsync (name As String) As IAsyncOperation(Of KeyCredentialRetrievalResult)

매개 변수

name
String

Platform::String

winrt::hstring

열 키 자격 증명의 이름입니다.

반환

이 메서드가 완료되면 키 자격 증명 검색 결과를 반환합니다.

특성

적용 대상