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# |
---|
public abstract void Check( IX509AttributeCertificate attrCert, PkixCertPath certPath, PkixCertPath holderCertPath, ICollection unresolvedCritExts ) |
Visual Basic |
---|
Public MustOverride Sub Check ( _ attrCert As IX509AttributeCertificate, _ certPath As PkixCertPath, _ holderCertPath As PkixCertPath, _ unresolvedCritExts As ICollection _ ) |
Visual C++ |
---|
public: virtual void Check( IX509AttributeCertificate^ attrCert, PkixCertPath^ certPath, PkixCertPath^ holderCertPath, ICollection^ unresolvedCritExts ) abstract |
Parameters
- attrCert
- Type: Org.BouncyCastle.X509..::..IX509AttributeCertificate
- certPath
- Type: Org.BouncyCastle.Pkix..::..PkixCertPath
- holderCertPath
- Type: Org.BouncyCastle.Pkix..::..PkixCertPath
- unresolvedCritExts
- Type: System.Collections..::..ICollection