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)
55Debug.Assert(_signedAttributes != null); 62_parsedSignedAttrs ??= MakeAttributeCollection(_signedAttributes); 595bool invalid = _parentSignerInfo != null || _signedAttributes != null; 597if (_signedAttributes != null) 617foreach (AttributeAsn attr in _signedAttributes)