Show / Hide Table of Contents
Editar no GitHub

Class QualifiedCertificateStatement

Inheritance
Object
QualifiedCertificateStatement
CertificateTypeQualifiedCertificateStatement
LegislationCountriesQualifiedCertificateStatement
RetentionPeriodQualifiedCertificateStatement
Inherited Members
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class QualifiedCertificateStatement

Constructors

| Improve this Doc View Source

QualifiedCertificateStatement(String)

Declaration
public QualifiedCertificateStatement(string statementId)
Parameters
Type Name Description
String statementId

Fields

| Improve this Doc View Source

Compliance

Declaration
public static readonly QualifiedCertificateStatement Compliance
Field Value
Type Description
QualifiedCertificateStatement
| Improve this Doc View Source

QualifiedDevice

Declaration
public static readonly QualifiedCertificateStatement QualifiedDevice
Field Value
Type Description
QualifiedCertificateStatement

Properties

| Improve this Doc View Source

StatementId

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

Methods

| Improve this Doc View Source

Equals(Object)

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

GetHashCode()

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

GetStatementText()

Declaration
protected virtual string GetStatementText()
Returns
Type Description
String
| Improve this Doc View Source

ToString()

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