Show / Hide Table of Contents

Class LicenseXmlModel

Do not use this class (it is only public because of limitations of the .NET Framework)

Inheritance
Object
LicenseBaseXmlModel
LicenseXmlModel
LicenseXmlModel2
Inherited Members
LicenseBaseXmlModel.Version
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class LicenseXmlModel : LicenseBaseXmlModel

Properties

Expiration

Declaration
public string Expiration { get; set; }
Property Value
Type Description
String

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
String

IssueDate

Declaration
public string IssueDate { get; set; }
Property Value
Type Description
String

Licensee

Declaration
public string Licensee { get; set; }
Property Value
Type Description
String

Signature

Declaration
public string Signature { get; set; }
Property Value
Type Description
String

VersionNumberLimit

Declaration
public string VersionNumberLimit { get; set; }
Property Value
Type Description
String

VersionReleaseDateLimit

Declaration
public string VersionReleaseDateLimit { get; set; }
Property Value
Type Description
String
Back to top Copyright © 2015-2020 Lacuna Software