| NetworkSessionCertificate Properties |
The NetworkSessionCertificate type exposes the following members.
| Name | Description | |
|---|---|---|
| AllocatedDate | Gets the date and time in which the Network Session was allocated/authorized. | |
| AllocatedUntilDate | Gets the date and time in which the Network Session is no longer authorized - this is typically extended with Poll request or a Checkout request. | |
| AuthorizedIdentifiers | Gets the of authorized SystemIdentifier objects. | |
| CertificatePath | Gets the path to the certificate file. (Only applicable if CheckedOut is true.) | |
| CertificateXml | Gets the XmlDocument object containing the certificate. If encryption is being used, this document is encrypted. | |
| CheckedOut | Gets whether or not this Network Session has been checked out. | |
| CheckoutDurationMaximum | Gets the maximum amount of time (in hours) a checkout request allows. | |
| CheckoutDurationMinimum | Gets the minimum amount of time (in hours) a checkout request allows. | |
| ComputerName | Gets the name of the computer authorized for the Network Session. | |
| CustomerID | Gets the Customer ID in SOLO Server to which the License ID belongs. | |
| LastError | Gets the last error that occurred while trying to initialize the certificate. | |
| LastPollDate | Gets the last time this machine phoned home/polled against SOLO Server. | |
| LicenseID | Gets the SOLO Server License ID to which the this Session ID belongs. | |
| PollFrequency | Gets the amount of time (in seconds) that should pass before the application attempts to poll against SOLO Server. | |
| PollRetryCount | Gets the number of times to retry polling against SOLO Server. | |
| PollRetryFrequency | Gets the amount of time (in seconds) to wait between each retry for polling against SOLO Server. | |
| ProductID | Gets the Product ID in SOLO Server to which the Product Option ID belongs. | |
| ProductOptionID | Gets the Product Option ID in SOLO Server with which the License ID was issued. | |
| SeatsAvailable | Gets the number of allowed Network Sessions not yet allocated. | |
| SessionID | Gets the Network Session ID issued from SOLO Server. | |
| TotalSeats | Gets the total number of Network Sessions allowed. |