2 references to FindAttributeIndexByOid
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
193
int existingAttribute = mySigner.UnsignedAttributes == null ? -1 :
FindAttributeIndexByOid
(mySigner.UnsignedAttributes, unsignedAttribute.Oid!);
858
outerIndex =
FindAttributeIndexByOid
(attributes, attribute.Oid!, outerIndex);