KeyDerivationAlgorithmProvider.OpenAlgorithm(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
KeyDerivationAlgorithmProvider クラスのインスタンスを作成し、指定されたアルゴリズムを開いて使用します。
public:
static KeyDerivationAlgorithmProvider ^ OpenAlgorithm(Platform::String ^ algorithm);
static KeyDerivationAlgorithmProvider OpenAlgorithm(winrt::hstring const& algorithm);
public static KeyDerivationAlgorithmProvider OpenAlgorithm(string algorithm);
function openAlgorithm(algorithm)
Public Shared Function OpenAlgorithm (algorithm As String) As KeyDerivationAlgorithmProvider
パラメーター
- algorithm
-
String
Platform::String
winrt::hstring
KDF アルゴリズム プロバイダーを表します。
戻り値
アルゴリズム プロバイダー。
注釈
アルゴリズム名は、 AlgorithmName プロパティを使用して取得できます。 KeyDerivationAlgorithmNames クラスの静的プロパティを使用して、アルゴリズムの名前を指定できます。