Method Sign
Sign(Byte[])
Signs binary data with the locally-generated key.
Declaration
public byte[] Sign (byte[] data);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | data | Binary data to be signed. |
Returns
| Type | Description |
|---|---|
| System.Byte[] | If successful, returns the binary data signed with the local key. |