SHA1.Create Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 SHA1oluşturur. |
| Create(String) |
Geçersiz.
belirtilen uygulamasının bir örneğini SHA1oluşturur. |
Create()
- Kaynak:
- SHA1.cs
- Kaynak:
- SHA1.cs
- Kaynak:
- SHA1.cs
- Kaynak:
- SHA1.cs
- Kaynak:
- SHA1.cs
varsayılan uygulamasının bir örneğini SHA1oluşturur.
public:
static System::Security::Cryptography::SHA1 ^ Create();
public static System.Security.Cryptography.SHA1 Create();
static member Create : unit -> System.Security.Cryptography.SHA1
Public Shared Function Create () As SHA1
Döndürülenler
öğesinin yeni bir SHA1örneği.
Açıklamalar
varsayılan uygulamasıdır SHA1SHA1CryptoServiceProvider.
Ayrıca bkz.
Şunlara uygulanır
Create(String)
- Kaynak:
- SHA1.cs
- Kaynak:
- SHA1.cs
- Kaynak:
- SHA1.cs
- Kaynak:
- SHA1.cs
- Kaynak:
- SHA1.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 SHA1oluşturur.
public:
static System::Security::Cryptography::SHA1 ^ 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.SHA1? Create(string hashName);
public static System.Security.Cryptography.SHA1? 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.SHA1? Create(string hashName);
public static System.Security.Cryptography.SHA1 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.SHA1
static member Create : string -> System.Security.Cryptography.SHA1
[<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.SHA1
Public Shared Function Create (hashName As String) As SHA1
Parametreler
Döndürülenler
Belirtilen uygulamayı kullanmanın yeni bir örneği SHA1 .
- Öznitelikler
Açıklamalar
SHA-1 ile ilgili çakışma sorunları nedeniyle Microsoft, SHA-256 veya üzerini temel alan bir güvenlik modeli önerir.