Share via


KeyManagerFactory.Provider Property

Definition

Returns the provider of this KeyManagerFactory object.

public Java.Security.Provider? Provider { [Android.Runtime.Register("getProvider", "()Ljava/security/Provider;", "")] get; }
[<get: Android.Runtime.Register("getProvider", "()Ljava/security/Provider;", "")>]
member this.Provider : Java.Security.Provider

Property Value

the provider of this KeyManagerFactory object

Attributes

Remarks

Returns the provider of this KeyManagerFactory object.

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

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