KeyManagerFactory.GetKeyManagers Method

Definition

Returns one key manager for each type of key material.

[Android.Runtime.Register("getKeyManagers", "()[Ljavax/net/ssl/KeyManager;", "")]
public Javax.Net.Ssl.IKeyManager[]? GetKeyManagers ();
[<Android.Runtime.Register("getKeyManagers", "()[Ljavax/net/ssl/KeyManager;", "")>]
member this.GetKeyManagers : unit -> Javax.Net.Ssl.IKeyManager[]

Returns

the key managers

Attributes

Remarks

Returns one key manager for each type of key material.

Java documentation for javax.net.ssl.KeyManagerFactory.getKeyManagers().

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