Policy.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual Java.Security.Policy.IParameters? Parameters { [Android.Runtime.Register("getParameters", "()Ljava/security/Policy$Parameters;", "GetGetParametersHandler")] get; }
[<get: Android.Runtime.Register("getParameters", "()Ljava/security/Policy$Parameters;", "GetGetParametersHandler")>]
member this.Parameters : Java.Security.Policy.IParameters
Property Value
Policy parameters, or null.
- Attributes
Remarks
Return Policy parameters. This Policy instance will only have parameters if it was obtained via a call to Policy.getInstance. Otherwise this method returns null.
Java reference for java.security.Policy.getParameters.
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.