Class Crl
Assembly: Lacuna.Pki.dll
Syntax
Properties
|
Improve this Doc
View Source
Declaration
protected AuthorityInformationAccess AuthorityInformationAccess { get; }
Property Value
|
Improve this Doc
View Source
CAIssuersUri
Declaration
public Uri CAIssuersUri { get; }
Property Value
|
Improve this Doc
View Source
CrlNumber
Declaration
public BigInteger? CrlNumber { get; }
Property Value
|
Improve this Doc
View Source
DistributionPointFullName
Declaration
public GeneralNames DistributionPointFullName { get; }
Property Value
|
Improve this Doc
View Source
EncodedValue
Declaration
public byte[] EncodedValue { get; }
Property Value
|
Improve this Doc
View Source
Extensions
Declaration
public X509Extensions Extensions { get; }
Property Value
|
Improve this Doc
View Source
IsIndirectCrl
Declaration
public bool IsIndirectCrl { get; }
Property Value
|
Improve this Doc
View Source
IssuerKeyIdentifier
Declaration
public byte[] IssuerKeyIdentifier { get; }
Property Value
|
Improve this Doc
View Source
IssuerName
Declaration
public Name IssuerName { get; }
Property Value
|
Improve this Doc
View Source
NextUpdate
Declaration
public DateTimeOffset NextUpdate { get; }
Property Value
|
Improve this Doc
View Source
OnlyContainsAttributeCerts
Declaration
public bool OnlyContainsAttributeCerts { get; }
Property Value
|
Improve this Doc
View Source
OnlyContainsCACerts
Declaration
public bool OnlyContainsCACerts { get; }
Property Value
|
Improve this Doc
View Source
OnlyContainsUserCerts
Declaration
public bool OnlyContainsUserCerts { get; }
Property Value
|
Improve this Doc
View Source
OnlyReasons
Declaration
public List<RevocationReasons> OnlyReasons { get; }
Property Value
|
Improve this Doc
View Source
SignatureAlgorithm
Declaration
public SignatureAlgorithm SignatureAlgorithm { get; }
Property Value
|
Improve this Doc
View Source
SignatureValue
Declaration
public byte[] SignatureValue { get; }
Property Value
|
Improve this Doc
View Source
ThisUpdate
Declaration
public DateTimeOffset ThisUpdate { get; }
Property Value
Methods
|
Improve this Doc
View Source
Decode(Byte[])
Declaration
public static Crl Decode(byte[] crlContent)
Parameters
| Type |
Name |
Description |
| Byte[] |
crlContent |
|
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
| Type |
Name |
Description |
| Object |
other |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides