Show / Hide Table of Contents
Editar no GitHub

Class RetentionPeriodQualifiedCertificateStatement

Inheritance
Object
QualifiedCertificateStatement
RetentionPeriodQualifiedCertificateStatement
Inherited Members
QualifiedCertificateStatement.Compliance
QualifiedCertificateStatement.QualifiedDevice
QualifiedCertificateStatement.StatementId
QualifiedCertificateStatement.GetStatementText()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class RetentionPeriodQualifiedCertificateStatement : QualifiedCertificateStatement

Constructors

| Improve this Doc View Source

RetentionPeriodQualifiedCertificateStatement(Int32)

Declaration
public RetentionPeriodQualifiedCertificateStatement(int years)
Parameters
Type Name Description
Int32 years

Properties

| Improve this Doc View Source

Years

Declaration
public int Years { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
Object other
Returns
Type Description
Boolean
Overrides
QualifiedCertificateStatement.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
QualifiedCertificateStatement.GetHashCode()
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
QualifiedCertificateStatement.ToString()
Back to top Copyright © 2015-2020 Lacuna Software