1 write to Attributes
Microsoft.DotNet.VersionTools (1)
BuildManifest\Model\SigningInformationModel.cs (1)
194
Attributes
= xml
5 references to Attributes
Microsoft.DotNet.VersionTools (5)
BuildManifest\Model\SigningInformationModel.cs (5)
175
get { return
Attributes
.GetOrDefault(nameof(Include)); }
176
set {
Attributes
[nameof(Include)] = value; }
181
get { return bool.Parse(
Attributes
.GetOrDefault(nameof(DualSigningAllowed))); }
182
set {
Attributes
[nameof(DualSigningAllowed)] = value.ToString().ToLower(); }
188
Attributes