KeyedHashAlgorithm.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine Instanz einer Implementierung eines Hashalgorithmus mit Schlüsseln.
Überlädt
| Name | Beschreibung |
|---|---|
| Create() |
Veraltet.
Veraltet.
Erstellt eine Instanz der Standardimplementierung eines Schlüsselhashalgorithmus. |
| Create(String) |
Veraltet.
Erstellt eine Instanz der angegebenen Implementierung eines Hashalgorithmus mit Schlüsseln. |
Create()
- Quelle:
- KeyedHashAlgorithm.cs
- Quelle:
- KeyedHashAlgorithm.cs
- Quelle:
- KeyedHashAlgorithm.cs
- Quelle:
- KeyedHashAlgorithm.cs
- Quelle:
- KeyedHashAlgorithm.cs
Achtung
The default implementation of this cryptography algorithm is not supported.
Achtung
The default implementation of this cryptography algorithm is not supported
Erstellt eine Instanz der Standardimplementierung eines Schlüsselhashalgorithmus.
public:
static System::Security::Cryptography::KeyedHashAlgorithm ^ Create();
[System.Obsolete("The default implementation of this cryptography algorithm is not supported.", DiagnosticId="SYSLIB0007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static System.Security.Cryptography.KeyedHashAlgorithm Create();
[System.Obsolete("The default implementation of this cryptography algorithm is not supported", DiagnosticId="SYSLIB0007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static System.Security.Cryptography.KeyedHashAlgorithm Create();
public static System.Security.Cryptography.KeyedHashAlgorithm Create();
[<System.Obsolete("The default implementation of this cryptography algorithm is not supported.", DiagnosticId="SYSLIB0007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member Create : unit -> System.Security.Cryptography.KeyedHashAlgorithm
[<System.Obsolete("The default implementation of this cryptography algorithm is not supported", DiagnosticId="SYSLIB0007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member Create : unit -> System.Security.Cryptography.KeyedHashAlgorithm
static member Create : unit -> System.Security.Cryptography.KeyedHashAlgorithm
Public Shared Function Create () As KeyedHashAlgorithm
Gibt zurück
Eine neue HMACSHA1 Instanz, es sei denn, die Standardeinstellungen wurden geändert.
- Attribute
Hinweise
Standardmäßig verwendet diese Überladung die HMACSHA1 Implementierung eines Hashalgorithmus mit Schlüsseln. Wenn Sie eine andere Implementierung angeben möchten, verwenden Sie die Create(String) Überladung, die es Ihnen ermöglicht, stattdessen einen Algorithmusnamen anzugeben. Das Kryptografiekonfigurationssystem definiert die Standardimplementierung der KeyedHashAlgorithm Klasse.
Aufgrund von Kollisionsproblemen mit SHA-1 empfiehlt Microsoft ein Sicherheitsmodell, das auf SHA-256 oder höher basiert.
Weitere Informationen
Gilt für:
Create(String)
- Quelle:
- KeyedHashAlgorithm.cs
- Quelle:
- KeyedHashAlgorithm.cs
- Quelle:
- KeyedHashAlgorithm.cs
- Quelle:
- KeyedHashAlgorithm.cs
- Quelle:
- KeyedHashAlgorithm.cs
Achtung
Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.
Erstellt eine Instanz der angegebenen Implementierung eines Hashalgorithmus mit Schlüsseln.
public:
static System::Security::Cryptography::KeyedHashAlgorithm ^ Create(System::String ^ algName);
[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.KeyedHashAlgorithm? Create(string algName);
public static System.Security.Cryptography.KeyedHashAlgorithm? Create(string algName);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
public static System.Security.Cryptography.KeyedHashAlgorithm? Create(string algName);
public static System.Security.Cryptography.KeyedHashAlgorithm Create(string algName);
[<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.KeyedHashAlgorithm
static member Create : string -> System.Security.Cryptography.KeyedHashAlgorithm
[<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.KeyedHashAlgorithm
Public Shared Function Create (algName As String) As KeyedHashAlgorithm
Parameter
- algName
- String
Die zu verwendende Implementierung des schlüsselierten Hashalgorithmus. In der folgenden Tabelle sind die gültigen Werte für den algName Parameter und die Algorithmen aufgeführt, zu der sie zugeordnet sind.
| Parameterwert | Implementiert |
|---|---|
| System.Security.Cryptography.HMAC | HMACSHA1 |
| System.Security.Cryptography.KeyedHashAlgorithm | HMACSHA1 |
| HMACMD5 | HMACMD5 |
| System.Security.Cryptography.HMACMD5 | HMACMD5 |
| HMACRIPEMD160 | HMACRIPEMD160 |
| System.Security.Cryptography.HMACRIPEMD160 | HMACRIPEMD160 |
| HMACSHA1 | HMACSHA1 |
| System.Security.Cryptography.HMACSHA1 | HMACSHA1 |
| HMACSHA256 | HMACSHA256 |
| System.Security.Cryptography.HMACSHA256 | HMACSHA256 |
| HMACSHA384 | HMACSHA384 |
| System.Security.Cryptography.HMACSHA384 | HMACSHA384 |
| HMACSHA512 | HMACSHA512 |
| System.Security.Cryptography.HMACSHA512 | HMACSHA512 |
| Mactripledes | MACTripleDES |
| System.Security.Cryptography.MACTripleDES | MACTripleDES |
Gibt zurück
Eine neue Instanz des angegebenen Schlüsselhashalgorithmus.
- Attribute
Ausnahmen
.NET Core 2.0 - 3.1 und .NET 5 und höher: In allen Fällen.
Hinweise
Diese Methode ist in .NET 5 und höheren Versionen veraltet.
Diese Methode unterstützt eine Reihe von Algorithmen, einschließlich MD5, SHA-1, SHA-256 und RIPEMD160. Eine vollständige Liste finden Sie in den unterstützten Werten für den algName Parameter.