Show / Hide Table of Contents
Editar no GitHub

Class QualifiedCertificateType

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

Constructors

| Improve this Doc View Source

QualifiedCertificateType(String)

Declaration
public QualifiedCertificateType(string typeId)
Parameters
Type Name Description
String typeId

Fields

| Improve this Doc View Source

ElectronicSeal

Declaration
public static readonly QualifiedCertificateType ElectronicSeal
Field Value
Type Description
QualifiedCertificateType
| Improve this Doc View Source

ElectronicSignature

Declaration
public static readonly QualifiedCertificateType ElectronicSignature
Field Value
Type Description
QualifiedCertificateType
| Improve this Doc View Source

WebsiteAuthentication

Declaration
public static readonly QualifiedCertificateType WebsiteAuthentication
Field Value
Type Description
QualifiedCertificateType

Properties

| Improve this Doc View Source

Id

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

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
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

ToString()

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