InedoSDK Reference
Version:

GitServiceCredentials Class

A Inedo.Extensibility.Credentials.ServiceCredentials for a Git-based service like GitLab, Azure DevOps.

Syntax

public class GitServiceCredentials : Inedo.Extensibility.Credentials.ServiceCredentials

Properties

Name Description
IgnoreCertificateCheck

Gets or sets a value indicating whether errors occurred during certificate valuation should be ignored when using these credentials

Password

Gets or sets the password or API token

UserName

Gets or sets the user name

Remarks

Implementers should inherit from GitServiceCredentials<TService> This is not for a generic Git repository; use a GenericGitRepository instead.