DotNetNuGetSourceSettings.

ValidAuthenticationTypes Property

Summary

Gets or sets the comma-separated list of valid authentication types for this source.

Syntax

public string ValidAuthenticationTypes { get; set; }

Remarks

By default, all authentication types are valid. Example: basic,negotiate.

Value

Type Description
string