45 references to SHA512
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\NetCorePbkdf2Provider.cs (1)
34
algorithmName = HashAlgorithmName.
SHA512
;
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
PDB\PortablePdbTests.cs (1)
171
WithPdbChecksumAlgorithm(HashAlgorithmName.
SHA512
));
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
PDB\PortablePdbTests.vb (1)
81
WithPdbChecksumAlgorithm(HashAlgorithmName.
SHA512
))
System.Security.Cryptography (25)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (1)
46
hashAlgorithm = HashAlgorithmName.
SHA512
;
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
290
else if (prf == HashAlgorithmName.
SHA512
)
753
Oids.HmacWithSha512 => HashAlgorithmName.
SHA512
,
src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
26
(HashAlgorithmName.
SHA512
, 512, 1024),
System\Security\Cryptography\CapiHelper.Unix.cs (3)
46
SHA512 => HashAlgorithmName.
SHA512
,
60
Oids.Sha512 => HashAlgorithmName.
SHA512
,
76
return HashAlgorithmName.
SHA512
;
System\Security\Cryptography\HashAlgorithmName.cs (1)
158
value =
SHA512
;
System\Security\Cryptography\Helpers.cs (1)
365
else if (hashAlgorithmName == HashAlgorithmName.
SHA512
)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
255
hashAlgorithm != HashAlgorithmName.
SHA512
&&
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (7)
38
/// <see cref="HashAlgorithmName.SHA384" />, and <see cref="HashAlgorithmName.
SHA512
" />.
73
/// <see cref="HashAlgorithmName.SHA384" />, and <see cref="HashAlgorithmName.
SHA512
" />.
110
/// <see cref="HashAlgorithmName.SHA384" />, and <see cref="HashAlgorithmName.
SHA512
" />.
149
/// <see cref="HashAlgorithmName.SHA384" />, and <see cref="HashAlgorithmName.
SHA512
" />.
192
/// <see cref="HashAlgorithmName.SHA384" />, and <see cref="HashAlgorithmName.
SHA512
" />.
237
/// <see cref="HashAlgorithmName.SHA384" />, and <see cref="HashAlgorithmName.
SHA512
" />.
329
hashAlgorithmName == HashAlgorithmName.
SHA512
.Name)
System\Security\Cryptography\RSAEncryptionPadding.cs (1)
36
public static RSAEncryptionPadding OaepSHA512 { get; } = CreateOaep(HashAlgorithmName.
SHA512
);
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
21
_incrementalHash = IncrementalHash.CreateHash(HashAlgorithmName.
SHA512
);
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
335
hashAlg = HashAlgorithmName.
SHA512
;
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
33
else if (hashAlgorithm == HashAlgorithmName.
SHA512
)
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
59
else if (hashAlgorithm == HashAlgorithmName.
SHA512
)
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
48
else if (hashAlgorithm == HashAlgorithmName.
SHA512
)
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (2)
194
return HashSubjectPublicKeyInfo(key, HashAlgorithmName.
SHA512
);
200
return HashSubjectPublicKeyLeft160Bits(key, HashAlgorithmName.
SHA512
);
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseHelpers.cs (2)
268
KnownCoseAlgorithms.ES512 => HashAlgorithmName.
SHA512
,
279
KnownCoseAlgorithms.PS512 or KnownCoseAlgorithms.RS512 => HashAlgorithmName.
SHA512
,
System\Security\Cryptography\Cose\CoseSigner.cs (3)
184
nameof(HashAlgorithmName.
SHA512
) => KnownCoseAlgorithms.ES512,
198
nameof(HashAlgorithmName.
SHA512
) => KnownCoseAlgorithms.PS512,
209
nameof(HashAlgorithmName.
SHA512
) => KnownCoseAlgorithms.RS512,
System.Security.Cryptography.Pkcs (12)
Internal\Cryptography\PkcsHelpers.cs (2)
71
return HashAlgorithmName.
SHA512
;
98
if (algName == HashAlgorithmName.
SHA512
)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (1)
46
hashAlgorithm = HashAlgorithmName.
SHA512
;
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
290
else if (prf == HashAlgorithmName.
SHA512
)
753
Oids.HmacWithSha512 => HashAlgorithmName.
SHA512
,
src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
26
(HashAlgorithmName.
SHA512
, 512, 1024),
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (2)
22
lookup.Add(Oids.DsaWithSha512, new DSACmsSignature(Oids.DsaWithSha512, HashAlgorithmName.
SHA512
));
136
hashAlgorithmName == HashAlgorithmName.
SHA512
? Oids.DsaWithSha512 :
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (2)
19
lookup.Add(Oids.ECDsaWithSha512, new ECDsaCmsSignature(Oids.ECDsaWithSha512, HashAlgorithmName.
SHA512
));
138
hashAlgorithmName == HashAlgorithmName.
SHA512
? Oids.ECDsaWithSha512 :
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (2)
22
lookup.Add(Oids.RsaPkcs1Sha512, new RSAPkcs1CmsSignature(Oids.RsaPkcs1Sha512, HashAlgorithmName.
SHA512
));
358
else if (hashAlgorithmName == HashAlgorithmName.
SHA512
)