Поделиться через


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.

Применяется к