KeyCredentialManager.RequestCreateAsync 메서드

정의

현재 사용자 및 애플리케이션에 대한 새 키 자격 증명을 만듭니다.

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

매개 변수

name
String

Platform::String

winrt::hstring

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

option
KeyCredentialCreationOption

만들기 작업에 대한 옵션입니다.

반환

이 메서드가 완료되면 키 자격 증명 만들기의 결과를 반환합니다.

특성

적용 대상