3 types derived from SHA384
System.Security.Cryptography (3)
System\Security\Cryptography\SHA384.cs (1)
237private sealed class Implementation : SHA384
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
14public sealed class SHA384CryptoServiceProvider : SHA384
System\Security\Cryptography\SHA384Managed.cs (1)
12public sealed class SHA384Managed : SHA384
28 references to SHA384
AndroidAppBuilder (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();
AppleAppBuilder (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();
LibraryBuilder (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();
Microsoft.AspNetCore.Identity.Test (2)
IdentityUIScriptsTest.cs (2)
50using (var alg384 = SHA384.Create())
Microsoft.Build.Tasks.Core (1)
FileIO\GetFileHash.cs (1)
30["SHA384"] = SHA384.Create,
Microsoft.NET.Sdk.WebAssembly.Pack.Tasks (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();
MobileBuildTasks (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();
MonoAOTCompiler (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();
MonoTargetsTasks (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
926[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384))]
netstandard (1)
netstandard.cs (1)
1931[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384))]
System.Net.Security (1)
System\Net\Security\Pal.Managed\EndpointChannelBindingToken.cs (1)
48return SHA384.HashData(cert.RawDataMemory.Span);
System.Security.Cryptography (10)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
87digestLengthInBytes = SHA384.HashSizeInBytes;
System\Security\Cryptography\CapiHelper.Unix.cs (2)
45SHA384 => HashAlgorithmName.SHA384, 73if (typeof(SHA384).IsAssignableFrom(hashAlgType))
System\Security\Cryptography\CryptographicOperations.cs (1)
784return SHA384.HashSizeInBytes;
System\Security\Cryptography\HashAlgorithmNames.cs (1)
37if (hashAlgorithm is SHA384)
System\Security\Cryptography\HMACCommon.cs (1)
66modifiedKey = SHA384.HashData(key);
System\Security\Cryptography\SHA384.cs (3)
36public static new SHA384 Create() => new Implementation(); 40public static new SHA384? Create(string hashName) => (SHA384?)CryptoConfig.CreateFromName(hashName);
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
45cbSalt = SHA384.HashSizeInBytes;
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
58[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384))]
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs (1)
18return SHA384.Create();
TestExclusionListTasks (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();
WasmAppBuilder (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();
WorkloadBuildTasks (1)
src\tasks\Common\Utils.cs (1)
262using HashAlgorithm hashAlgorithm = SHA384.Create();