IVpnCredential Interface
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.
Provides an interface for the VPN platform to support requested credentials.
public interface class IVpnCredential
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3085404915, 42093, 16459, 135, 41, 24, 50, 82, 40, 83, 172)]
struct IVpnCredential
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3085404915, 42093, 16459, 135, 41, 24, 50, 82, 40, 83, 172)]
public interface IVpnCredential
Public Interface IVpnCredential
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
networkingVpnProvider
|
Properties
AdditionalPin |
Gets an additional PIN supplied by the user, typically when requesting user name, password, and PIN. |
CertificateCredential |
Gets the certificate that the plug-in was granted access to after requesting it. |
OldPasswordCredential |
Gets the previous credential the user used to log on to the VPN server, as in the case of a password change. |
PasskeyCredential |
Gets password or PIN corresponding to this credential request. |