KeyCredentialManager.RequestCreateForWindowAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static IAsyncOperation<KeyCredentialRetrievalResult ^> ^ RequestCreateForWindowAsync(WindowId window, Platform::String ^ name, KeyCredentialCreationOption option);
static IAsyncOperation<KeyCredentialRetrievalResult> RequestCreateForWindowAsync(WindowId const& window, winrt::hstring const& name, KeyCredentialCreationOption const& option);
public static IAsyncOperation<KeyCredentialRetrievalResult> RequestCreateForWindowAsync(WindowId window, string name, KeyCredentialCreationOption option);
function requestCreateForWindowAsync(window, name, option)
Public Shared Function RequestCreateForWindowAsync (window As WindowId, name As String, option As KeyCredentialCreationOption) As IAsyncOperation(Of KeyCredentialRetrievalResult)
Parameters
- window
- WindowId
- name
-
String
Platform::String
winrt::hstring
- option
- KeyCredentialCreationOption