VpnCredential.OldPasswordCredential 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 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
|