VpnNativeProfile.RememberCredentials 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 or sets whether the credentials for the VPN profile will be cached. If TRUE, the credentials for the VPN profile will be cached where applicable.
public:
property bool RememberCredentials { bool get(); void set(bool value); };
bool RememberCredentials();
void RememberCredentials(bool value);
public bool RememberCredentials { get; set; }
var boolean = vpnNativeProfile.rememberCredentials;
vpnNativeProfile.rememberCredentials = boolean;
Public Property RememberCredentials As Boolean
Property Value
Boolean
bool
If the credentials for the VPN profile will be cached, it is TRUE; otherwise , it is FALSE.
Implements
Windows requirements
App capabilities |
networkingVpnProvider
|