SP800108HmacCounterKdf Konstruktoren

Definition

Überlädt

SP800108HmacCounterKdf(Byte[], HashAlgorithmName)

Initialisiert eine neue Instanz von SP800108HmacCounterKdf mithilfe eines angegebenen Schlüssel- und HMAC-Algorithmus.

SP800108HmacCounterKdf(ReadOnlySpan<Byte>, HashAlgorithmName)

Initialisiert eine neue Instanz von SP800108HmacCounterKdf mithilfe eines angegebenen Schlüssel- und HMAC-Algorithmus.

SP800108HmacCounterKdf(Byte[], HashAlgorithmName)

Quelle:
SP800108HmacCounterKdf.cs
Quelle:
SP800108HmacCounterKdf.cs

Initialisiert eine neue Instanz von SP800108HmacCounterKdf mithilfe eines angegebenen Schlüssel- 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 eine Name, die nullist.

-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 Instanz von SP800108HmacCounterKdf mithilfe eines angegebenen Schlüssel- 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 eine Name, die nullist.

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: