PkixCertPathValidatorExceptionIndex Property

eturns the index of the certificate in the certification path that caused the exception to be thrown.

Definition

Namespace: Org.BouncyCastle.Pkix
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public int Index { get; }

Return Value

Int32
The index that has been set, or -1 if none has been set.

Remarks

Note that the list of certificates in a PkixCertPath is zero based. If no index has been set, -1 is returned.

See Also