다음을 통해 공유


KeyDerivationAlgorithmProvider.OpenAlgorithm(String) 메서드

정의

KeyDerivationAlgorithmProvider 클래스의 instance 만들고 사용할 지정된 알고리즘을 엽니다.

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 클래스의 정적 속성을 사용하여 알고리즘의 이름을 지정할 수 있습니다.

적용 대상