Share via


VpnCredential.PasskeyCredential Property

Definition

Gets the current password credential used by the user to log on to the VPN server.

public:
 property PasswordCredential ^ PasskeyCredential { PasswordCredential ^ get(); };
PasswordCredential PasskeyCredential();
public PasswordCredential PasskeyCredential { get; }
var passwordCredential = vpnCredential.passkeyCredential;
Public ReadOnly Property PasskeyCredential As PasswordCredential

Property Value

The current password credential used by the user to log in to the VPN server.

Implements

Windows requirements

App capabilities
networkingVpnProvider

Applies to