次の方法で共有


MacAlgorithmProvider.MacLength プロパティ

定義

メッセージ認証コードの長さをバイト単位で取得します。

public:
 property unsigned int MacLength { unsigned int get(); };
uint32_t MacLength();
public uint MacLength { get; }
var uInt32 = macAlgorithmProvider.macLength;
Public ReadOnly Property MacLength As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

MAC のバイト数。

注釈

計算された HMAC の長さが、指定したアルゴリズムでサポートされている長さと等しいことを確認する必要があります。 詳細については、次の例を参照してください。

適用対象