SecurityProviderTpm.Sign(Byte[]) Method

Definition

Signs the data using the previously activated identity key.

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

Parameters

data
Byte[]

The data to be signed.

Returns

Byte[]

The signed data.

Applies to