CodeSource.Implies(CodeSource) Method
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.
Determines whether this code source implies another code source.
[Android.Runtime.Register("implies", "(Ljava/security/CodeSource;)Z", "GetImplies_Ljava_security_CodeSource_Handler")]
public virtual bool Implies(Java.Security.CodeSource? codesource);
[<Android.Runtime.Register("implies", "(Ljava/security/CodeSource;)Z", "GetImplies_Ljava_security_CodeSource_Handler")>]
abstract member Implies : Java.Security.CodeSource -> bool
override this.Implies : Java.Security.CodeSource -> bool
Parameters
- codesource
- CodeSource
The code source to test; Android's stub implementation ignores this value.
Returns
true; Android's stub implementation always returns true.
- Attributes
Remarks
Android source implementation of java.security.CodeSource.
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.