3 types derived from SHA256
mscorlib (1)
system\security\cryptography\sha256managed.cs (1)
21
public class SHA256Managed :
SHA256
System.Core (2)
System\Security\Cryptography\SHA256Cng.cs (1)
15
public sealed class SHA256Cng :
SHA256
{
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
15
public sealed class SHA256CryptoServiceProvider :
SHA256
{
23 references to SHA256
mscorlib (11)
system\security\cryptography\sha256.cs (3)
31
new static public
SHA256
Create() {
35
new static public
SHA256
Create(String hashName) {
36
return (
SHA256
) CryptoConfig.CreateFromName(hashName);
system\security\cryptography\sha256managed.cs (2)
23
private
SHA256
_impl;
50
_impl =
SHA256
.Create();
system\security\policy\hash.cs (6)
154
return new Hash(typeof(
SHA256
), sha256);
255
if (!m_hashes.TryGetValue(typeof(
SHA256
), out sha256))
257
sha256 = GenerateHash(GetDefaultHashImplementationOrFallback(typeof(
SHA256
), typeof(
SHA256
)));
367
GetHashIndexType(typeof(
SHA256
)),
424
else if (hashAlgorithm.IsAssignableFrom(typeof(
SHA256
)))
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
52
using (
SHA256
sha256 = SHA256Cng.Create()) {
System.Data.Entity (2)
System\Data\Common\Utils\MetadataHelper.cs (2)
856
internal static
SHA256
CreateSHA256HashAlgorithm()
858
SHA256
sha256HashAlgorith;
System.Web (4)
Security\Cryptography\CryptoAlgorithms.cs (1)
80
internal static
SHA256
CreateSHA256() {
Security\Cryptography\CryptoUtil.cs (2)
90
using (
SHA256
sha256 = CryptoAlgorithms.CreateSHA256()) {
114
using (
SHA256
sha256 = CryptoAlgorithms.CreateSHA256()) {
UI\EventValidationStore.cs (1)
114
using (
SHA256
hashAlgorithm = CryptoAlgorithms.CreateSHA256()) {
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1471
using (
SHA256
sha = new SHA256CryptoServiceProvider())
System.Web.Services (1)
System\Web\Services\Protocols\LogicalMethodInfo.cs (1)
546
hash =
SHA256
.Create();
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
930
hasher =
SHA256
.Create();
System.Workflow.Runtime (2)
Tracking.cs (1)
1890
SHA256
sha256Provider = new SHA256CryptoServiceProvider();
WorkflowDefinitionDispenser.cs (1)
162
SHA256
sha256Provider = new SHA256CryptoServiceProvider();