3 references to SignedAttributes
Microsoft.DotNet.SignCheckLibrary (2)
Verification\AuthentiCode.cs (1)
157
foreach (CryptographicAttributeObject signedAttribute in counterSign.
SignedAttributes
)
Verification\Jar\JarSignatureFile.cs (1)
268
foreach (CryptographicAttributeObject sa in timestampSigner.
SignedAttributes
)
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
579
foreach (CryptographicAttributeObject attrSet in signer.
SignedAttributes
)