GitCred_KeyFilePassPhrase

Undocumented in source.
version(GIT_SSH)
static if(targetLibGitVersion == VersionInfo(0, 19, 0))
struct GitCred_KeyFilePassPhrase {}

Members

Manifest constants

credType
enum credType;

Variables

parent
GitCred parent;
passPhrase
string passPhrase;
privateKey
string privateKey;
publicKey
string publicKey;

Meta