Namespace: Org.BouncyCastle.Pkix
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected static void CheckCrls( PkixParameters paramsPKIX, X509Certificate cert, DateTime validDate, X509Certificate sign, AsymmetricKeyParameter workingPublicKey, IList certPathCerts ) |
Visual Basic |
---|
Protected Shared Sub CheckCrls ( _ paramsPKIX As PkixParameters, _ cert As X509Certificate, _ validDate As DateTime, _ sign As X509Certificate, _ workingPublicKey As AsymmetricKeyParameter, _ certPathCerts As IList _ ) |
Visual C++ |
---|
protected: static void CheckCrls( PkixParameters^ paramsPKIX, X509Certificate^ cert, DateTime validDate, X509Certificate^ sign, AsymmetricKeyParameter^ workingPublicKey, IList^ certPathCerts ) |
Parameters
- paramsPKIX
- Type: Org.BouncyCastle.Pkix..::..PkixParameters
- validDate
- Type: System..::..DateTime
- workingPublicKey
- Type: Org.BouncyCastle.Crypto..::..AsymmetricKeyParameter
- certPathCerts
- Type: System.Collections..::..IList