| NetworkSessionCertificateCertificateXml Property |
Gets the XmlDocument object containing the certificate. If encryption is being used, this document is encrypted.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntaxpublic XmlDocument CertificateXml { get; }Public ReadOnly Property CertificateXml As XmlDocument
Get
public:
property XmlDocument^ CertificateXml {
XmlDocument^ get ();
}Property Value
Type:
XmlDocument
See Also