Show / Hide Table of Contents

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

CertificateType

Declaration
public QualifiedCertificateType CertificateType { get; }
Property Value
Type Description
QualifiedCertificateType

HasComplianceStatement

Declaration
public bool HasComplianceStatement { get; }
Property Value
Type Description
Boolean

HasQualifiedDeviceStatement

Declaration
public bool HasQualifiedDeviceStatement { get; }
Property Value
Type Description
Boolean

IsCritical

Declaration
public bool IsCritical { get; }
Property Value
Type Description
Boolean

LegislationCountries

Declaration
public List<string> LegislationCountries { get; }
Property Value
Type Description
List<String>

RetentionPeriodYears

Declaration
public int? RetentionPeriodYears { get; }
Property Value
Type Description
Nullable<Int32>

Statements

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