ISignatureProvider
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Interface for signature providers.
Properties
AlgorithmName
Gets the name of the sign algorithm.
Property Value
Methods
SignData(byte[])
Generate the signature for the given data.
Parameters
Name
Description
The data to sign.
Returns
Name
Description
Returns the generated signature.
VerifyData(byte[], byte[])
Verify the signature of a given data buffer.
Parameters
Name
Description
The data to verify.
The signature buffer.
Returns
Name
Description
true
if the signature is valid, false
if is not valid.
See Also
Last updated