2 overrides of AllowedAttributes
NuGet.Configuration (2)
Settings\Items\FileClientCertItem.cs (1)
123
protected override IReadOnlyCollection<string>
AllowedAttributes
{ get; }
Settings\Items\StoreClientCertItem.cs (1)
151
protected override IReadOnlyCollection<string>
AllowedAttributes
{ get; }
6 references to AllowedAttributes
NuGet.Configuration (6)
Settings\SettingElement.cs (6)
192
if (
AllowedAttributes
!= null)
195
if (!
AllowedAttributes
.Any())
200
if (!
AllowedAttributes
.Contains(attributeName))
236
if (
AllowedAttributes
!= null)
238
if (!
AllowedAttributes
.Any() && element.HasAttributes)
247
if (!
AllowedAttributes
.Contains(attribute.Name.LocalName))