Java.Security.SignedObject.Object Property
Returns the encapsulated object.

Syntax

[get: Android.Runtime.Register("getObject", "()Ljava/lang/Object;", "GetGetObjectHandler")]
public Java.Lang.Object Object { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif deserialization failed.
Java.Lang.ClassNotFoundExceptionif the class of the encapsulated object can not be found.

Remarks

Returns the encapsulated object. Each time this method is invoked, the encapsulated object is deserialized before it is returned.

[Android Documentation]

Requirements

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