CertPathTrustManagerParameters.Parameters Property

Definition

Return a clone of the CertPathParameters encapsulated by this class.

public virtual Java.Security.Cert.ICertPathParameters? Parameters { [Android.Runtime.Register("getParameters", "()Ljava/security/cert/CertPathParameters;", "GetGetParametersHandler")] get; }
[<get: Android.Runtime.Register("getParameters", "()Ljava/security/cert/CertPathParameters;", "GetGetParametersHandler")>]
member this.Parameters : Java.Security.Cert.ICertPathParameters

Property Value

a clone of the CertPathParameters encapsulated by this class.

Attributes

Remarks

Return a clone of the CertPathParameters encapsulated by this class.

Java documentation for javax.net.ssl.CertPathTrustManagerParameters.getParameters().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to