Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

Expiration

Declaration
public string Expiration { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

IssueDate

Declaration
public string IssueDate { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Licensee

Declaration
public string Licensee { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Signature

Declaration
public string Signature { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

VersionNumberLimit

Declaration
public string VersionNumberLimit { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

VersionReleaseDateLimit

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