Table of Contents

Enum NuGetAuthenticationType

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

A package-source authentication mechanism.

public enum NuGetAuthenticationType

Fields

Basic = 0

Uses HTTP Basic authentication.

Digest = 4

Uses HTTP Digest authentication.

Kerberos = 2

Uses Kerberos authentication.

Negotiate = 1

Negotiates the strongest supported Windows authentication protocol.

Ntlm = 3

Uses NTLM authentication.