9 references to IsSlhDsaOid
System.Security.Cryptography (9)
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
353case string oid when Helpers.IsSlhDsaOid(oid): 399case string oid when Helpers.IsSlhDsaOid(oid):
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
208case string when Helpers.IsSlhDsaOid(keyAlgorithm):
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
376Helpers.IsSlhDsaOid(_oid.Value)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (4)
1000if (!Helpers.IsSlhDsaOid(GetKeyAlgorithm())) 1020Helpers.IsSlhDsaOid(GetKeyAlgorithm()) 1285_ when Helpers.IsSlhDsaOid(keyAlgorithm) => 1378_ when Helpers.IsSlhDsaOid(keyAlgorithm) =>
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
75case string when Helpers.IsSlhDsaOid(algorithm):