NetworkSessionCertificateLock Property |
Gets the
FileLock object used for locking the certificate file to the process.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic FileLock CertificateLock { get; }
Public ReadOnly Property CertificateLock As FileLock
Get
public:
property FileLock^ CertificateLock {
FileLock^ get ();
}
Property Value
Type:
FileLock
See Also