X509CRLSelector.CertificateChecking 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回正在檢查的憑證。 -或- 設定正在檢查的憑證。
public virtual Java.Security.Cert.X509Certificate? CertificateChecking { [Android.Runtime.Register("getCertificateChecking", "()Ljava/security/cert/X509Certificate;", "GetGetCertificateCheckingHandler")] get; [Android.Runtime.Register("setCertificateChecking", "(Ljava/security/cert/X509Certificate;)V", "GetSetCertificateChecking_Ljava_security_cert_X509Certificate_Handler")] set; }
[<get: Android.Runtime.Register("getCertificateChecking", "()Ljava/security/cert/X509Certificate;", "GetGetCertificateCheckingHandler")>]
[<set: Android.Runtime.Register("setCertificateChecking", "(Ljava/security/cert/X509Certificate;)V", "GetSetCertificateChecking_Ljava_security_cert_X509Certificate_Handler")>]
member this.CertificateChecking : Java.Security.Cert.X509Certificate with get, set
屬性值
檢查的憑證 (或 null
)
- 屬性
備註
屬性 getter 檔:
傳回正在檢查的憑證。 這不是準則。 而是選擇性的資訊,有助於 CertStore
尋找在檢查指定憑證撤銷時相關的CRL。 如果傳回的值是 null
,則不會提供這類選擇性資訊。
的 java.security.cert.X509CRLSelector.getCertificateChecking()
Java 檔。
屬性 setter 檔:
設定正在檢查的憑證。 這不是準則。 而是選擇性的資訊,有助於 CertStore
尋找在檢查指定憑證撤銷時相關的CRL。 如果 null
已指定,則不會提供這類選擇性資訊。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。