NetworkSessionCertificate Constructor (AuthorEncryptionKey, String, Boolean, Boolean) |
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic NetworkSessionCertificate(
AuthorEncryptionKey encryptionKey,
string certificatePath,
bool useEncryption,
bool useSignatures
)
Public Sub New (
encryptionKey As AuthorEncryptionKey,
certificatePath As String,
useEncryption As Boolean,
useSignatures As Boolean
)
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