SHA512.Create Yöntem

Tanım

Bu soyut sınıfın belirli uygulamalarının örneğine izin verir.

Aşırı Yüklemeler

Name Description
Create()

varsayılan uygulamasının bir örneğini SHA512oluşturur.

Create(String)
Geçersiz.

belirtilen uygulamasının bir örneğini SHA512oluşturur.

Create()

Kaynak:
SHA512.cs
Kaynak:
SHA512.cs
Kaynak:
SHA512.cs
Kaynak:
SHA512.cs
Kaynak:
SHA512.cs

varsayılan uygulamasının bir örneğini SHA512oluşturur.

public:
 static System::Security::Cryptography::SHA512 ^ Create();
public static System.Security.Cryptography.SHA512 Create();
static member Create : unit -> System.Security.Cryptography.SHA512
Public Shared Function Create () As SHA512

Döndürülenler

öğesinin yeni bir SHA512örneği.

Özel durumlar

Algoritma, Federal Bilgi İşleme Standartları (FIPS) modu etkinken kullanılmıştır ancak FIPS ile uyumlu değildir.

Ayrıca bkz.

Şunlara uygulanır

Create(String)

Kaynak:
SHA512.cs
Kaynak:
SHA512.cs
Kaynak:
SHA512.cs
Kaynak:
SHA512.cs
Kaynak:
SHA512.cs

Dikkat

Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.

belirtilen uygulamasının bir örneğini SHA512oluşturur.

public:
 static System::Security::Cryptography::SHA512 ^ Create(System::String ^ hashName);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
[System.Obsolete("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static System.Security.Cryptography.SHA512? Create(string hashName);
public static System.Security.Cryptography.SHA512? Create(string hashName);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
public static System.Security.Cryptography.SHA512? Create(string hashName);
public static System.Security.Cryptography.SHA512 Create(string hashName);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")>]
[<System.Obsolete("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member Create : string -> System.Security.Cryptography.SHA512
static member Create : string -> System.Security.Cryptography.SHA512
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")>]
static member Create : string -> System.Security.Cryptography.SHA512
Public Shared Function Create (hashName As String) As SHA512

Parametreler

hashName
String

Kullanılacak belirli uygulamasının SHA512 adı.

Döndürülenler

Belirtilen uygulamayı kullanmanın yeni bir örneği SHA512 .

Öznitelikler

Özel durumlar

parametresi tarafından hashName açıklanan algoritma, Federal Bilgi İşleme Standartları (FIPS) modu etkinken kullanılmıştır, ancak FIPS ile uyumlu değildir.

Açıklamalar

için olası değerler hashName SHA512, System.Security.Cryptography.SHA512, System.Security.Cryptography.SHA512Managed ve System.Security.Cryptography.SHA512CryptoServiceProvider'dır.

Ayrıca bkz.

Şunlara uygulanır