Share via


VpnCredential.OldPasswordCredential Property

Definition

Gets the previous credential the user used to log on to the VPN server, as in the case of a password change.

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

Property Value

The previous credential the user used to log in to the VPN server.

Implements

Windows requirements

App capabilities
networkingVpnProvider

Applies to