Show / Hide Table of Contents
Editar no GitHub

Class QualifiedCertificateStatementsExtension

Inheritance
Object
QualifiedCertificateStatementsExtension
Inherited Members
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 QualifiedCertificateStatementsExtension

Properties

| Improve this Doc View Source

CertificateType

Declaration
public QualifiedCertificateType CertificateType { get; }
Property Value
Type Description
QualifiedCertificateType
| Improve this Doc View Source

HasComplianceStatement

Declaration
public bool HasComplianceStatement { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

HasQualifiedDeviceStatement

Declaration
public bool HasQualifiedDeviceStatement { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IsCritical

Declaration
public bool IsCritical { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

LegislationCountries

Declaration
public List<string> LegislationCountries { get; }
Property Value
Type Description
List<String>
| Improve this Doc View Source

RetentionPeriodYears

Declaration
public int? RetentionPeriodYears { get; }
Property Value
Type Description
Nullable<Int32>
| Improve this Doc View Source

Statements

Declaration
public List<QualifiedCertificateStatement> Statements { get; }
Property Value
Type Description
List<QualifiedCertificateStatement>
Back to top Copyright © 2015-2020 Lacuna Software