Java.Security.PolicySpi.EngineRefresh Method
Refreshes/reloads the policy configuration.

Syntax

[Android.Runtime.Register("engineRefresh", "()V", "GetEngineRefreshHandler")]
protected virtual void EngineRefresh ()

Remarks

Refreshes/reloads the policy configuration. The behavior of this method depends on the implementation. For example, calling refresh on a file-based policy will cause the file to be re-read. The default implementation of this method does nothing. This method should be overridden if a refresh operation is supported by the policy implementation.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9