NetworkSessionAlwaysSaveCertificate Property |
Gets or sets whether the certificate should always be saved to a file.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool AlwaysSaveCertificate { get; set; }
Public Property AlwaysSaveCertificate As Boolean
Get
Set
public:
property bool AlwaysSaveCertificate {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
RemarksImportant! 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