InMemorySymmetricSecurityKey.GetKeyedHashAlgorithm(String) 메서드

정의

지정된 키 해시 알고리즘의 인스턴스를 가져옵니다.

public:
 override System::Security::Cryptography::KeyedHashAlgorithm ^ GetKeyedHashAlgorithm(System::String ^ algorithm);
public override System.Security.Cryptography.KeyedHashAlgorithm GetKeyedHashAlgorithm(string algorithm);
override this.GetKeyedHashAlgorithm : string -> System.Security.Cryptography.KeyedHashAlgorithm
Public Overrides Function GetKeyedHashAlgorithm (algorithm As String) As KeyedHashAlgorithm

매개 변수

algorithm
String

인스턴스를 가져올 키 해시 알고리즘입니다.

반품

키 해시 알고리즘을 나타내는 A KeyedHashAlgorithm 입니다.

예외

algorithm은 지원되지 않습니다. 지원되는 알고리즘은 .입니다 HmacSha1Signature.

적용 대상