SP800108HmacCounterKdf Konstruktoren

Definition

Überlädt

SP800108HmacCounterKdf(Byte[], HashAlgorithmName)

Initialisiert eine neue instance der SP800108HmacCounterKdf Verwendung eines angegebenen Schlüssels und HMAC-Algorithmus.

SP800108HmacCounterKdf(ReadOnlySpan<Byte>, HashAlgorithmName)

Initialisiert eine neue instance der SP800108HmacCounterKdf Verwendung eines angegebenen Schlüssels und HMAC-Algorithmus.

SP800108HmacCounterKdf(Byte[], HashAlgorithmName)

Quelle:
SP800108HmacCounterKdf.cs
Quelle:
SP800108HmacCounterKdf.cs

Initialisiert eine neue instance der SP800108HmacCounterKdf Verwendung eines angegebenen Schlüssels und HMAC-Algorithmus.

public:
 SP800108HmacCounterKdf(cli::array <System::Byte> ^ key, System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public SP800108HmacCounterKdf (byte[] key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
new System.Security.Cryptography.SP800108HmacCounterKdf : byte[] * System.Security.Cryptography.HashAlgorithmName -> System.Security.Cryptography.SP800108HmacCounterKdf
Public Sub New (key As Byte(), hashAlgorithm As HashAlgorithmName)

Parameter

key
Byte[]

Der Schlüsselableitungsschlüssel.

hashAlgorithm
HashAlgorithmName

Der HMAC-Algorithmus.

Ausnahmen

hashAlgorithm hat einen Name , der ist null.

- oder -

key ist null.

hashAlgorithm hat eine Name , die leer ist.

hashAlgorithm ist kein bekannter oder unterstützter Hashalgorithmus.

Die aktuelle Plattform verfügt nicht über eine unterstützte Implementierung von HMAC.

Gilt für:

SP800108HmacCounterKdf(ReadOnlySpan<Byte>, HashAlgorithmName)

Quelle:
SP800108HmacCounterKdf.cs
Quelle:
SP800108HmacCounterKdf.cs

Initialisiert eine neue instance der SP800108HmacCounterKdf Verwendung eines angegebenen Schlüssels und HMAC-Algorithmus.

public:
 SP800108HmacCounterKdf(ReadOnlySpan<System::Byte> key, System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public SP800108HmacCounterKdf (ReadOnlySpan<byte> key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
new System.Security.Cryptography.SP800108HmacCounterKdf : ReadOnlySpan<byte> * System.Security.Cryptography.HashAlgorithmName -> System.Security.Cryptography.SP800108HmacCounterKdf
Public Sub New (key As ReadOnlySpan(Of Byte), hashAlgorithm As HashAlgorithmName)

Parameter

key
ReadOnlySpan<Byte>

Der Schlüsselableitungsschlüssel.

hashAlgorithm
HashAlgorithmName

Der HMAC-Algorithmus.

Ausnahmen

hashAlgorithm hat einen Name , der ist null.

hashAlgorithm hat eine Name , die leer ist.

hashAlgorithm ist kein bekannter oder unterstützter Hashalgorithmus.

Die aktuelle Plattform verfügt nicht über eine unterstützte Implementierung von HMAC.

Gilt für: