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