NetworkSessionCertificate Class |
Namespace: com.softwarekey.Client.Licensing.Network
The NetworkSessionCertificate type exposes the following members.
Name | Description | |
---|---|---|
![]() | NetworkSessionCertificate(AuthorEncryptionKey, String, Boolean, Boolean) | Creates a new NetworkSessionCertificate object initialized with data from an XML document on the file system. |
![]() | NetworkSessionCertificate(AuthorEncryptionKey, XmlDocument, Boolean, Boolean) | Creates a new NetworkSessionCertificate object initialized with data from an XML document. |
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. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save | Saves the NetworkSessionCertificate to a file. |
![]() | ToString | (Inherited from Object.) |