Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
PrivateKey
Constructors
Constructor | Description |
new(privateKey)
Signature: privateKey:HostAlgorithm -> PrivateKey
|
Instance members
Instance member | Description |
x.Sign(data)
Signature: (data:byte []) -> byte []
|
|
x.Verify data signature
Signature: (data:byte []) -> (signature:byte []) -> bool
|