3 references to UnsignedAttributes
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsSigner.cs (3)
302
if (
UnsignedAttributes
!= null &&
UnsignedAttributes
.Count > 0)
304
List<AttributeAsn> attrs = PkcsHelpers.BuildAttributes(
UnsignedAttributes
);