Click or drag to resize
NetworkSessionCertificate Constructor (AuthorEncryptionKey, String, Boolean, Boolean)
Creates a new NetworkSessionCertificate object initialized with data from an XML document on the file system.

Namespace: com.softwarekey.Client.Licensing.Network
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public NetworkSessionCertificate(
	AuthorEncryptionKey encryptionKey,
	string certificatePath,
	bool useEncryption,
	bool useSignatures
)

Parameters

encryptionKey
Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The pre-initialized AuthorEncryptionKey object required for cryptographic routines.
certificatePath
Type: SystemString
The absolute path to the certificate XML file.
useEncryption
Type: SystemBoolean
Whether or not to use encryption (set to true if unsure).
useSignatures
Type: SystemBoolean
Whether or not to use signatures (set to true if unsure).
See Also