PKIXCertPathBuilderResult.CertPath Proprietà

Definizione

Restituisce il percorso di certificazione compilato e convalidato.

public virtual Java.Security.Cert.CertPath? CertPath { [Android.Runtime.Register("getCertPath", "()Ljava/security/cert/CertPath;", "GetGetCertPathHandler")] get; }
[<get: Android.Runtime.Register("getCertPath", "()Ljava/security/cert/CertPath;", "GetGetCertPathHandler")>]
member this.CertPath : Java.Security.Cert.CertPath

Valore della proprietà

il compilato e convalidato CertPath (mai null)

Implementazioni

Attributi

Commenti

Restituisce il percorso di certificazione compilato e convalidato. L'oggetto CertPath non include l'ancoraggio di attendibilità. Usare invece il #getTrustAnchor() getTrustAnchor() metodo per ottenere l'oggetto TrustAnchor che funge da trust anchor per il percorso di certificazione.

per java.security.cert.PKIXCertPathBuilderResult.getCertPath().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a