NetworkSessionCertificateSave Method |
Saves the NetworkSessionCertificate to a file.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool Save(
string certificatePath
)
Public Function Save (
certificatePath As String
) As Boolean
public:
bool Save(
String^ certificatePath
)
Parameters
- certificatePath
- Type: SystemString
The absolute path specifying were to save the certificate file.
Return Value
Type:
BooleanReturns true if successful. If it is not successful, check the
LastError property for details.
See Also