VpnChannel.RequestCredentialsAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RequestCredentialsAsync(VpnCredentialType) |
사용자로부터 지정된 자격 증명 유형의 자격 증명을 수집하도록 VPN 플랫폼에 요청합니다. |
RequestCredentialsAsync(VpnCredentialType, UInt32) |
사용자로부터 자격 증명을 수집하도록 VPN 플랫폼을 요청합니다. 플러그 인은 수집할 자격 증명의 유형과 형식을 지정할 수 있습니다. 그 결과 형식에 따라 주 자격 증명이 포함된 개체와 변경 및 만료 사례에 대한 보조 자격 증명이 포함됩니다. |
RequestCredentialsAsync(VpnCredentialType, UInt32, Certificate) |
사용자로부터 자격 증명을 수집하는 VPN 플랫폼입니다. 자격 증명 또는 동의를 얻기 위해 사용자 상호 작용이 필요한 경우 플랫폼은 필요한 사용자 상호 작용을 제공합니다. VPN 플러그 인은 의도에서 사용자 상호 작용을 호출하지 않더라도 모든 유형의 자격 증명을 사용하기 전에 자격 증명을 요청해야 합니다. |
RequestCredentialsAsync(VpnCredentialType)
사용자로부터 지정된 자격 증명 유형의 자격 증명을 수집하도록 VPN 플랫폼에 요청합니다.
public:
virtual IAsyncOperation<VpnCredential ^> ^ RequestCredentialsAsync(VpnCredentialType credType) = RequestCredentialsAsync;
/// [Windows.Foundation.Metadata.Overload("RequestCredentialsSimpleAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnCredential> RequestCredentialsAsync(VpnCredentialType const& credType);
[Windows.Foundation.Metadata.Overload("RequestCredentialsSimpleAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnCredential> RequestCredentialsAsync(VpnCredentialType credType);
function requestCredentialsAsync(credType)
Public Function RequestCredentialsAsync (credType As VpnCredentialType) As IAsyncOperation(Of VpnCredential)
매개 변수
- credType
- VpnCredentialType
수집할 자격 증명의 형식을 나타내는 열거형 값입니다.
반환
요청된 형식의 기본 자격 증명을 포함하는 VpnCredential 개체에 대한 비동기 검색 작업 및 변경 및 만료 사례에 대한 보조 자격 증명입니다.
- 특성
Windows 요구 사항
앱 기능 |
networkingVpnProvider
|
추가 정보
- RequestCredentialsAsync(VpnCredentialType, UInt32, Certificate)
- RequestCredentialsAsync(VpnCredentialType, UInt32)
적용 대상
RequestCredentialsAsync(VpnCredentialType, UInt32)
사용자로부터 자격 증명을 수집하도록 VPN 플랫폼을 요청합니다. 플러그 인은 수집할 자격 증명의 유형과 형식을 지정할 수 있습니다. 그 결과 형식에 따라 주 자격 증명이 포함된 개체와 변경 및 만료 사례에 대한 보조 자격 증명이 포함됩니다.
public:
virtual IAsyncOperation<VpnCredential ^> ^ RequestCredentialsAsync(VpnCredentialType credType, unsigned int credOptions) = RequestCredentialsAsync;
/// [Windows.Foundation.Metadata.Overload("RequestCredentialsWithOptionsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnCredential> RequestCredentialsAsync(VpnCredentialType const& credType, uint32_t const& credOptions);
[Windows.Foundation.Metadata.Overload("RequestCredentialsWithOptionsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnCredential> RequestCredentialsAsync(VpnCredentialType credType, uint credOptions);
function requestCredentialsAsync(credType, credOptions)
Public Function RequestCredentialsAsync (credType As VpnCredentialType, credOptions As UInteger) As IAsyncOperation(Of VpnCredential)
매개 변수
- credType
- VpnCredentialType
수집할 자격 증명의 형식을 나타내는 열거형 값입니다.
- credOptions
-
UInt32
unsigned int
uint32_t
요청된 자격 증명이 재시도 사례인지 아니면 Single Sign-On에 사용해야 하는지를 정의하는 값을 지정합니다.
가능한 값은 VpnChannelRequestCredentialsOptions 참조하세요.
반환
요청된 형식의 기본 자격 증명을 포함하는 VpnCredential 개체에 대한 비동기 검색 작업 및 변경 및 만료 사례에 대한 보조 자격 증명입니다.
- 특성
Windows 요구 사항
앱 기능 |
networkingVpnProvider
|
추가 정보
- RequestCredentialsAsync(VpnCredentialType, UInt32, Certificate)
- RequestCredentialsAsync(VpnCredentialType)
적용 대상
RequestCredentialsAsync(VpnCredentialType, UInt32, Certificate)
사용자로부터 자격 증명을 수집하는 VPN 플랫폼입니다. 자격 증명 또는 동의를 얻기 위해 사용자 상호 작용이 필요한 경우 플랫폼은 필요한 사용자 상호 작용을 제공합니다. VPN 플러그 인은 의도에서 사용자 상호 작용을 호출하지 않더라도 모든 유형의 자격 증명을 사용하기 전에 자격 증명을 요청해야 합니다.
public:
virtual IAsyncOperation<VpnCredential ^> ^ RequestCredentialsAsync(VpnCredentialType credType, unsigned int credOptions, Certificate ^ certificate) = RequestCredentialsAsync;
/// [Windows.Foundation.Metadata.Overload("RequestCredentialsWithCertificateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnCredential> RequestCredentialsAsync(VpnCredentialType const& credType, uint32_t const& credOptions, Certificate const& certificate);
[Windows.Foundation.Metadata.Overload("RequestCredentialsWithCertificateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnCredential> RequestCredentialsAsync(VpnCredentialType credType, uint credOptions, Certificate certificate);
function requestCredentialsAsync(credType, credOptions, certificate)
Public Function RequestCredentialsAsync (credType As VpnCredentialType, credOptions As UInteger, certificate As Certificate) As IAsyncOperation(Of VpnCredential)
매개 변수
- credType
- VpnCredentialType
수집할 자격 증명의 형식을 나타내는 열거형 값입니다.
- credOptions
-
UInt32
unsigned int
uint32_t
요청된 자격 증명이 재시도 사례인지 아니면 Single Sign-On에 사용해야 하는지를 정의하는 값을 지정합니다.
가능한 값은 VpnChannelRequestCredentialsOptions 참조하세요.
- certificate
- Certificate
자격 증명의 유효성을 검사하는 데 사용할 인증서입니다.
반환
요청된 형식의 기본 자격 증명을 포함하는 VpnCredential 개체에 대한 비동기 검색 작업 및 변경 및 만료 사례에 대한 보조 자격 증명입니다.
- 특성
Windows 요구 사항
앱 기능 |
networkingVpnProvider
|