1 write to Attributes
Microsoft.DotNet.VersionTools (1)
BuildManifest\Model\SigningInformationModel.cs (1)
109
Attributes
= xml
5 references to Attributes
Microsoft.DotNet.VersionTools (5)
BuildManifest\Model\SigningInformationModel.cs (5)
90
get { return
Attributes
.GetOrDefault(nameof(Include)); }
91
set {
Attributes
[nameof(Include)] = value; }
96
get { return
Attributes
.GetOrDefault(nameof(CertificateName)); }
97
set {
Attributes
[nameof(CertificateName)] = value; }
103
Attributes