Crl
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class
public class Crl
Hierarquia: object → Crl
Propriedades
AuthorityInformationAccess
protected AuthorityInformationAccess AuthorityInformationAccess { get; }
Retorno
CAIssuersUri
public Uri CAIssuersUri { get; }
Retorno
CrlNumber
public BigInteger? CrlNumber { get; }
Retorno
DistributionPointFullName
public GeneralNames DistributionPointFullName { get; }
Retorno
EncodedValue
public byte[] EncodedValue { get; }
Retorno
Extensions
public X509Extensions Extensions { get; }
Retorno
IsIndirectCrl
public bool IsIndirectCrl { get; }
Retorno
IssuerKeyIdentifier
public byte[] IssuerKeyIdentifier { get; }
Retorno
IssuerName
public Name IssuerName { get; }
Retorno
NextUpdate
public DateTimeOffset NextUpdate { get; }
Retorno
OnlyContainsAttributeCerts
public bool OnlyContainsAttributeCerts { get; }
Retorno
OnlyContainsCACerts
public bool OnlyContainsCACerts { get; }
Retorno
OnlyContainsUserCerts
public bool OnlyContainsUserCerts { get; }
Retorno
OnlyReasons
public List<RevocationReasons> OnlyReasons { get; }
Retorno
SignatureAlgorithm
public SignatureAlgorithm SignatureAlgorithm { get; }
Retorno
SignatureValue
public byte[] SignatureValue { get; }
Retorno
ThisUpdate
public DateTimeOffset ThisUpdate { get; }
Retorno
Métodos
Decode(byte[])
public static Crl Decode(byte[] crlContent)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
crlContent | byte[] |
Retorno
Equals(object)
public override bool Equals(object other)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
other | object |
Retorno
GetHashCode()
public override int GetHashCode()
Retorno
Membros herdados
ToString(), Equals(object, object), ReferenceEquals(object, object), GetType(), MemberwiseClone()