7 references to Create
Microsoft.AspNetCore.Identity.Test (1)
IdentityUIScriptsTest.cs (1)
51using (var alg384 = SHA384.Create())
Microsoft.CodeAnalysis (3)
CryptographicHashProvider.cs (2)
98return SHA384.Create(); 143return SHA384.Create();
Text\SourceHashAlgorithms.cs (1)
64SourceHashAlgorithm.Sha384 => SHA384.Create(),
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Text\SourceHashAlgorithms.cs (1)
64SourceHashAlgorithm.Sha384 => SHA384.Create(),
Microsoft.DotNet.SignCheckLibrary (1)
Utils.cs (1)
55return SHA384.Create();
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs (1)
18return SHA384.Create();