3 references to UnsignedAttributes
Microsoft.DotNet.SignCheckLibrary (3)
Verification\AuthentiCode.cs (2)
196foreach (CryptographicAttributeObject unsignedAttribute in signerInfo.UnsignedAttributes) 234foreach (CryptographicAttributeObject nestedUnsignedAttribute in nestedSignerInfo.UnsignedAttributes)
Verification\Jar\JarSignatureFile.cs (1)
257foreach (CryptographicAttributeObject unsignedAttribute in signerInfo.UnsignedAttributes)