VpnNativeProfile.RememberCredentials Property

Definition

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

Applies to