X509V2AttributeCertificateVerify(IVerifierFactoryProvider) Method
Verify the certificate's signature using a verifier created using the passed in verifier provider.
Namespace: Org.BouncyCastle.X509Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function Verify(verifierProvider);
- verifierProvider IVerifierFactoryProvider
- An appropriate provider for verifying the certificate's signature.
True if the signature is valid.
Exception | If verifier provider is not appropriate or the certificate algorithm is invalid. |