Class Ocsp
Assembly: Lacuna.Pki.dll
Syntax
Properties
|
Improve this Doc
View Source
Certificates
Declaration
public List<PKCertificate> Certificates { get; }
Property Value
|
Improve this Doc
View Source
CertificateStatus
The revocation status of the requested certificate
Declaration
public OcspCertificateRevocationStatus CertificateStatus { get; }
Property Value
|
Improve this Doc
View Source
NextUpdate
Declaration
public DateTimeOffset? NextUpdate { 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 Ocsp Decode(byte[] basicOcspRespContent)
Parameters
| Type |
Name |
Description |
| Byte[] |
basicOcspRespContent |
|
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetEncodedValue()
Get the OCSP basic response content
Declaration
public byte[] GetEncodedValue()
Returns
| Type |
Description |
| Byte[] |
The original Ocsp response bytes
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides