IVpnCredential.PasskeyCredential Property
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.
Gets password or PIN corresponding to this credential request.
public:
property PasswordCredential ^ PasskeyCredential { PasswordCredential ^ get(); };
PasswordCredential PasskeyCredential();
public PasswordCredential PasskeyCredential { get; }
var passwordCredential = iVpnCredential.passkeyCredential;
Public ReadOnly Property PasskeyCredential As PasswordCredential
Property Value
The password or PIN corresponding to this credential request.
Windows requirements
App capabilities |
networkingVpnProvider
|