Show / Hide Table of Contents
Editar no GitHub

Class Crl

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

Properties

| Improve this Doc View Source

AuthorityInformationAccess

Declaration
protected AuthorityInformationAccess AuthorityInformationAccess { get; }
Property Value
Type Description
AuthorityInformationAccess
| Improve this Doc View Source

CAIssuersUri

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

CrlNumber

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

DistributionPointFullName

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

EncodedValue

Declaration
public byte[] EncodedValue { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Extensions

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

IsIndirectCrl

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

IssuerKeyIdentifier

Declaration
public byte[] IssuerKeyIdentifier { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

IssuerName

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

NextUpdate

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

OnlyContainsAttributeCerts

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

OnlyContainsCACerts

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

OnlyContainsUserCerts

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

OnlyReasons

Declaration
public List<RevocationReasons> OnlyReasons { get; }
Property Value
Type Description
List<RevocationReasons>
| Improve this Doc View Source

SignatureAlgorithm

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

SignatureValue

Declaration
public byte[] SignatureValue { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

ThisUpdate

Declaration
public DateTimeOffset ThisUpdate { get; }
Property Value
Type Description
DateTimeOffset

Methods

| Improve this Doc View Source

Decode(Byte[])

Declaration
public static Crl Decode(byte[] crlContent)
Parameters
Type Name Description
Byte[] crlContent
Returns
Type Description
Crl
| 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()
Back to top Copyright © 2015-2020 Lacuna Software