KeyStoreSpi.EngineEntryInstanceOf(String, Class) 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 if the keystore Entry
for the specified
alias
is an instance or subclass of the specified
entryClass
.
[Android.Runtime.Register("engineEntryInstanceOf", "(Ljava/lang/String;Ljava/lang/Class;)Z", "GetEngineEntryInstanceOf_Ljava_lang_String_Ljava_lang_Class_Handler")]
public virtual bool EngineEntryInstanceOf (string? alias, Java.Lang.Class? entryClass);
[<Android.Runtime.Register("engineEntryInstanceOf", "(Ljava/lang/String;Ljava/lang/Class;)Z", "GetEngineEntryInstanceOf_Ljava_lang_String_Ljava_lang_Class_Handler")>]
abstract member EngineEntryInstanceOf : string * Java.Lang.Class -> bool
override this.EngineEntryInstanceOf : string * Java.Lang.Class -> bool
Parameters
- alias
- String
the alias name
- entryClass
- Class
the entry class
Returns
true if the keystore Entry
for the specified
alias
is an instance or subclass of the
specified entryClass
, false otherwise
- Attributes
Remarks
Determines if the keystore Entry
for the specified alias
is an instance or subclass of the specified entryClass
.
Added in 1.5.
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.