ICertPathChecker.Init(Boolean) Method

Definition

Initializes the internal state of this CertPathChecker.

[Android.Runtime.Register("init", "(Z)V", "GetInit_ZHandler:Java.Security.Cert.ICertPathCheckerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public void Init (bool forward);
[<Android.Runtime.Register("init", "(Z)V", "GetInit_ZHandler:Java.Security.Cert.ICertPathCheckerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Init : bool -> unit

Parameters

forward
Boolean

the order that certificates are presented to the check method. If true, certificates are presented from target to trust anchor (forward); if false, from trust anchor to target (reverse).

Attributes

Remarks

Initializes the internal state of this CertPathChecker.

The forward flag specifies the order that certificates will be passed to the #check check method (forward or reverse).

Java documentation for java.security.cert.CertPathChecker.init(boolean).

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