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

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

반환

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

예외

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

적용 대상