3 references to FindBySubjectKeyIdentifier
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.cs (1)
148case X509FindType.FindBySubjectKeyIdentifier:
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
524filtered = extraStore.Find(X509FindType.FindBySubjectKeyIdentifier, signerIdentifier.Value!, false);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
698filters = filters.Find(X509FindType.FindBySubjectKeyIdentifier, hex, false);