NetworkSessionCertificate Constructor (AuthorEncryptionKey, XmlDocument, Boolean, Boolean) |
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic NetworkSessionCertificate(
AuthorEncryptionKey encryptionKey,
XmlDocument certificate,
bool useEncryption,
bool useSignatures
)
Public Sub New (
encryptionKey As AuthorEncryptionKey,
certificate As XmlDocument,
useEncryption As Boolean,
useSignatures As Boolean
)
public:
NetworkSessionCertificate(
AuthorEncryptionKey^ encryptionKey,
XmlDocument^ certificate,
bool useEncryption,
bool useSignatures
)
Parameters
- encryptionKey
- Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The pre-initialized AuthorEncryptionKey object required for cryptographic routines. - certificate
- Type: System.XmlXmlDocument
The XmlDocument object containing the certificate. - 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