7 references to SignedAttributes
NuGet.Packaging (5)
Signing\Cms\NativeUtility.cs (4)
163
if (cmsSigner.
SignedAttributes
.Count != 0)
165
signerInfo.cAuthAttr = cmsSigner.
SignedAttributes
.Count;
171
var attributesArray = (CRYPT_ATTRIBUTE*)hb.Alloc(sizeOfCryptAttribute * cmsSigner.
SignedAttributes
.Count);
174
foreach (var attribute in cmsSigner.
SignedAttributes
)
Signing\Utility\SigningUtility.cs (1)
160
signer.
SignedAttributes
.Add(attribute);
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
244
List<AttributeAsn> signedAttrs = PkcsHelpers.BuildAttributes(
SignedAttributes
);
321
if (
SignedAttributes
?.Count > 0 || contentTypeOid != Oids.Pkcs7Data)