SHA384.Create Yöntem

Tanım

Bu soyut sınıfın belirli uygulamalarının örneğini oluşturmasına izin verir.

Aşırı Yüklemeler

Create()

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

Create(String)
Geçersiz.

Belirtilen uygulamasının bir örneğini SHA384oluşturur.

Create()

Kaynak:
SHA384.cs
Kaynak:
SHA384.cs
Kaynak:
SHA384.cs

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

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

Döndürülenler

Yeni bir SHA384 örneği.

Özel durumlar

Algoritma, Federal Bilgi İşleme Standartları (FIPS) modu etkinken kullanıldı, ancak FIPS uyumlu değil.

Ayrıca bkz.

Şunlara uygulanır

Create(String)

Kaynak:
SHA384.cs
Kaynak:
SHA384.cs
Kaynak:
SHA384.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 SHA384oluşturur.

public:
 static System::Security::Cryptography::SHA384 ^ Create(System::String ^ hashName);
public static System.Security.Cryptography.SHA384? Create (string hashName);
[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.SHA384? Create (string hashName);
public static System.Security.Cryptography.SHA384 Create (string hashName);
static member Create : string -> System.Security.Cryptography.SHA384
[<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.SHA384
Public Shared Function Create (hashName As String) As SHA384

Parametreler

hashName
String

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

Döndürülenler

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

Öznitelikler

Özel durumlar

parametresi tarafından hashName açıklanan algoritma, Federal Bilgi İşleme Standartları (FIPS) modu etkinken kullanıldı, ancak FIPS uyumlu değil.

Ayrıca bkz.

Şunlara uygulanır