MakeFileSignature
| Sub MakeFileSignature (
Filename As String, SignMethod As SIGN_METHODS,
Key As Variant [, PasswordAs String ) As String |
The MakeFileSignature function uniquely signs the content of the
variant with the private key. Key must be valid loaded private key.Available
values for SignMethod parameter see here.
Parameter Password is currently ignored and reserved for future use.
If an error
happens, the return value is 0 and the Error property of the
ActiveCrypt component differs from ERR_OK. Analyzing this property
you can find the reason of the failure.
|