1 write to _signedAttributes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
55
_signedAttributes
= signedSet.SignedAttributes;
5 references to _signedAttributes
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignerInfo.cs (5)
56
Debug.Assert(
_signedAttributes
!= null);
63
_parsedSignedAttrs ??= PkcsHelpers.MakeAttributeCollection(
_signedAttributes
);
613
bool invalid = _parentSignerInfo != null ||
_signedAttributes
!= null;
615
if (
_signedAttributes
!= null)
635
foreach (AttributeAsn attr in
_signedAttributes
)