GitLoginInfo class

Information used to login to git.

public sealed class GitLoginInfo

Public Members

name description
GitLoginInfo(…) Creates an instance.
Password { get; } The password.
Username { get; } The username.

See Also