Share via


IVpnProfile.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 = iVpnProfile.rememberCredentials;
iVpnProfile.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.

Windows requirements

App capabilities
networkingVpnProvider

Applies to