CertPathValidatorException.Index 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳導致例外拋出的憑證路徑中的索引。
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 所創建與分享的作品,並依授權條款所描述的使用進行修改。