7 references to Sha1
System.Security.Cryptography (7)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
219return Oids.Sha1;
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (1)
32case Oids.Sha1:
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
111Oids.Sha1 => 160 >> 3,
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
2003Oids.Sha1 => 160 / 8,
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
996writer.WriteObjectIdentifierForCrypto(Oids.Sha1);
System\Security\Cryptography\CapiHelper.Unix.cs (1)
58Oids.Sha1 => HashAlgorithmName.SHA1,
System\Security\Cryptography\HashAlgorithmName.cs (1)
148case Oids.Sha1: