Share via


TrustManagerFactory.GetTrustManagers Method

Definition

Returns one trust manager for each type of trust material.

[Android.Runtime.Register("getTrustManagers", "()[Ljavax/net/ssl/TrustManager;", "")]
public Javax.Net.Ssl.ITrustManager[]? GetTrustManagers ();
[<Android.Runtime.Register("getTrustManagers", "()[Ljavax/net/ssl/TrustManager;", "")>]
member this.GetTrustManagers : unit -> Javax.Net.Ssl.ITrustManager[]

Returns

the trust managers

Attributes

Remarks

Returns one trust manager for each type of trust material.

Java documentation for javax.net.ssl.TrustManagerFactory.getTrustManagers().

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