1 write to _unsignedAttributes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
46
_unsignedAttributes
= parsedData.UnsignedAttributes;
4 references to _unsignedAttributes
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\SignerInfo.cs (4)
65
_parsedUnsignedAttrs ??= MakeAttributeCollection(
_unsignedAttributes
);
80
_unsignedAttributes
== null ||
81
_unsignedAttributes
.Length == 0)
86
return GetCounterSigners(
_unsignedAttributes
);