Click or drag to resize
NetworkSessionCertificateSave Method
Saves the NetworkSessionCertificate to a file.

Namespace: com.softwarekey.Client.Licensing.Network
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool Save(
	string certificatePath
)

Parameters

certificatePath
Type: SystemString
The absolute path specifying were to save the certificate file.

Return Value

Type: Boolean
Returns true if successful. If it is not successful, check the LastError property for details.
See Also