Click or drag to resize
NetworkSessionAlwaysSaveCertificate Property
Gets or sets whether the certificate should always be saved to a file.

Namespace: com.softwarekey.Client.Licensing.Network
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool AlwaysSaveCertificate { get; set; }

Property Value

Type: Boolean
Remarks
Important! If AlwaysSaveCertificate is set to true, you are responsible for deleting the session file upon session close. PLUSManaged will not delete the file.
See Also