語言

CertPathValidatorException.Index 屬性

定義

回傳導致例外拋出的憑證路徑中的索引。

public virtual int Index { [Android.Runtime.Register("getIndex", "()I", "GetGetIndexHandler")] get; }
[<get: Android.Runtime.Register("getIndex", "()I", "GetGetIndexHandler")>]
member this.Index : int

屬性值

已設定的索引,若未設定則為 -1

屬性

備註

回傳導致例外拋出的憑證路徑中的索引。 請注意,a CertPath 中的憑證清單是以零為基礎。 若未設定索引,則回傳 -1。

Java 文件 java.security.cert.CertPathValidatorException.getIndex()

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於