TokenSigner.Sign(Byte[]) Method

Definition

Do not use this type or its members, the functionality has been deprecated!

public byte[] Sign (byte[] data);
member this.Sign : byte[] -> byte[]
Public Function Sign (data As Byte()) As Byte()

Parameters

data
Byte[]

The data to sign.

Returns

Byte[]

Applies to