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