SecureRandom.Provider Property

Definition

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

Attributes

Remarks

Returns the provider of this SecureRandom object.

Java documentation for java.security.SecureRandom.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