次の方法で共有


KeyDerivationAlgorithmProvider.OpenAlgorithm(String) メソッド

定義

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 クラスの静的プロパティを使用して、アルゴリズムの名前を指定できます。

適用対象