dlibgit ~master (2015-12-01T17:37:05Z)
Dub
Repo
GitCred_KeyFilePassPhrase
git
credentials
version
(
GIT_SSH
)
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
enums
GitCredType
functions
getCredKeyFilePassPhrase
getCredPlainText
getCredPublicKey
structs
GitCred
GitCred_KeyFilePassPhrase
GitCred_PlainText
GitCred_PublicKey
templates
isGitCredential