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

SshRsaModule

Nested types and modules

TypeDescription
PrivateKey
PublicKey

Functions and values

Function or valueDescription
loadPrivateKey pathToKeyFile password
Signature: pathToKeyFile:string -> password:string -> PrivateKey
loadPublicKeys(fileName)
Signature: fileName:string -> PublicKey []
parsePublicKey(publicKey)
Signature: publicKey:string -> PublicKey
verifySignature data signature publicKey
Signature: data:byte [] -> signature:byte [] -> publicKey:PublicKey -> bool