9 references to Sha256
System.Security.Cryptography.Pkcs (9)
Internal\Cryptography\PkcsHelpers.cs (2)
46case Oids.Sha256: 386case Oids.Sha256:
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (2)
23Oid testOid = new Oid(Oids.Sha256, null); 221return Oids.Sha256;
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (1)
36case Oids.Sha256:
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
122Oids.Sha256 => 256 / 8,
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
18internal static Oid Sha256Oid => field ??= InitializeOid(Sha256);
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (1)
134Oids.Sha256 => Oids.DsaWithSha256,
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
137Oids.Sha256 => Oids.ECDsaWithSha256,