IPoPCryptoProvider.Sign(Byte[]) Method

Definition

Overloads

Sign(Byte[])

Signs the byte array using the private key

Sign(Byte[])

Signs the byte array using the private key

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

Parameters

data
Byte[]

Returns

Byte[]

Applies to