PkixCertPathValidatorExceptionIndex Property
eturns the index of the certificate in the certification path that caused the exception to be
thrown.
Namespace: Org.BouncyCastle.PkixAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public int Index { get; }
Public ReadOnly Property Index As Integer
Get
public:
property int Index {
int get ();
}
Return Value
Int32The index that has been set, or -1 if none has been set.
Note that the list of certificates in a
PkixCertPath is zero based. If no index has been set,
-1 is returned.