次の方法で共有


Kmac128 コンストラクター

定義

オーバーロード

Kmac128(Byte[], Byte[])
Kmac128(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Kmac128(Byte[], Byte[])

ソース:
Kmac128.cs
public Kmac128 (byte[] key, byte[]? customizationString = default);
new System.Security.Cryptography.Kmac128 : byte[] * byte[] -> System.Security.Cryptography.Kmac128
Public Sub New (key As Byte(), Optional customizationString As Byte() = Nothing)

パラメーター

key
Byte[]
customizationString
Byte[]

適用対象

Kmac128(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

ソース:
Kmac128.cs
public Kmac128 (ReadOnlySpan<byte> key, ReadOnlySpan<byte> customizationString = default);
new System.Security.Cryptography.Kmac128 : ReadOnlySpan<byte> * ReadOnlySpan<byte> -> System.Security.Cryptography.Kmac128
Public Sub New (key As ReadOnlySpan(Of Byte), Optional customizationString As ReadOnlySpan(Of Byte) = Nothing)

パラメーター

customizationString
ReadOnlySpan<Byte>

適用対象