Java.Security.Signature.Sign Method
Generates and returns the signature of all updated data.

Syntax

[Android.Runtime.Register("sign", "()[B", "")]
public byte[] Sign ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.SignatureExceptionif this Signature instance is not initialized properly.

Remarks

Generates and returns the signature of all updated data.

This Signature instance is reset to the state of its last initialization for signing and thus can be used for another signature from the same identity.

[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