git_cred_ssh_keyfile_passphrase

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(GIT_SSH)
extern (C)
struct git_cred_ssh_keyfile_passphrase {}

Members

Variables

parent
git_cred parent;
Undocumented in source.
passphrase
char* passphrase;
Undocumented in source.
privatekey
char* privatekey;
Undocumented in source.
publickey
char* publickey;
Undocumented in source.

Meta