Method | Description | |
---|---|---|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
IsRevoked ( |
Returns true the certificate is in the CRL.
|
|
VerifySignature ( |
Verifies the signature on the CRL.
|
|
X509CRL ( byte crl ) : System |
Loads a CRL from a memory buffer.
|
|
X509CRL ( string filePath ) : System |
Loads a CRL from a file.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
|
FreeUnmanagedPointers ( ) : void | ||
Initialize ( byte crl ) : void | ||
SaveUnmanagedPointer ( |
public IsRevoked ( |
||
certificate | ||
return | bool |
public VerifySignature ( |
||
issuer | ||
throwOnError | bool | |
return | bool |