4 references to FindBySubjectKeyIdentifier
NuGet.Configuration (1)
Settings\Items\StoreClientCertItem.cs (1)
205GetString(X509FindType.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)
539filtered = extraStore.Find(X509FindType.FindBySubjectKeyIdentifier, signerIdentifier.Value!, false);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
689filters = filters.Find(X509FindType.FindBySubjectKeyIdentifier, hex, false);