X509CrlVerify(IVerifierFactoryProvider) Method

Verify the CRL's signature using a verifier created using the passed in verifier provider.

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public virtual void Verify(
	IVerifierFactoryProvider verifierProvider
)

Parameters

verifierProvider  IVerifierFactoryProvider
An appropriate provider for verifying the CRL's signature.

Return Value

True if the signature is valid.

Exceptions

ExceptionIf verifier provider is not appropriate or the CRL algorithm is invalid.

See Also