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