1 write to _signedAttributes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
54
_signedAttributes
= signedSet.SignedAttributes;
5 references to _signedAttributes
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignerInfo.cs (5)
55
Debug.Assert(
_signedAttributes
!= null);
62
_parsedSignedAttrs ??= MakeAttributeCollection(
_signedAttributes
);
595
bool invalid = _parentSignerInfo != null ||
_signedAttributes
!= null;
597
if (
_signedAttributes
!= null)
617
foreach (AttributeAsn attr in
_signedAttributes
)