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