次の方法で共有


SymmetricSecurityKey.GetIVSize(String) メソッド

定義

派生クラスでオーバーライドされた場合は、指定した暗号アルゴリズムに必要な初期化ベクトル (IV) のサイズ (ビット数) を取得します。

public:
 abstract int GetIVSize(System::String ^ algorithm);
public abstract int GetIVSize (string algorithm);
abstract member GetIVSize : string -> int
Public MustOverride Function GetIVSize (algorithm As String) As Integer

パラメーター

algorithm
String

初期化ベクトル (IV) のサイズを取得する暗号アルゴリズム。

戻り値

IV パラメーターで指定した暗号アルゴリズムに必要な初期化ベクトル (algorithm) のサイズ (ビット数)。

適用対象