dlibgit v0.50.2 (2014-02-28T21:52:46Z)
Dub
Repo
GitCred_KeyFilePassPhrase
git
credentials
Undocumented in source.
version(GIT_SSH)
static if
(
targetLibGitVersion == VersionInfo(0, 19, 0)
)
struct
GitCred_KeyFilePassPhrase {
enum
credType
;
GitCred
parent
;
string
publicKey
;
string
privateKey
;
string
passPhrase
;
}
Members
Manifest constants
credType
enum
credType
;
Variables
parent
GitCred
parent
;
passPhrase
string
passPhrase
;
privateKey
string
privateKey
;
publicKey
string
publicKey
;
Meta
Source
See Implementation
git
credentials
aliases
GitCredAcquireDelegate
enums
GitCredType
functions
getCredKeyFilePassPhrase
getCredPlainText
getCredPublicKey
structs
GitCred
GitCred_KeyFilePassPhrase
GitCred_PlainText
GitCred_PublicKey
templates
isGitCredential