ExemptionMechanism.Provider Property

Definition

Returns the provider of this ExemptionMechanism 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 ExemptionMechanism object.

Attributes

Remarks

Returns the provider of this ExemptionMechanism object.

Java documentation for javax.crypto.ExemptionMechanism.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