SymmetricSecurityKey.GetKeyedHashAlgorithm(String) Method

Definition

When overridden in a derived class, gets an instance of the specified keyed hash algorithm.

public:
 abstract System::Security::Cryptography::KeyedHashAlgorithm ^ GetKeyedHashAlgorithm(System::String ^ algorithm);
public abstract System.Security.Cryptography.KeyedHashAlgorithm GetKeyedHashAlgorithm (string algorithm);
abstract member GetKeyedHashAlgorithm : string -> System.Security.Cryptography.KeyedHashAlgorithm
Public MustOverride Function GetKeyedHashAlgorithm (algorithm As String) As KeyedHashAlgorithm

Parameters

algorithm
String

The keyed hash algorithm to get an instance of.

Returns

A KeyedHashAlgorithm that represents the keyed hash algorithm.

Remarks

Use the fields that represent keyed hash algorithms in the SecurityAlgorithms class to specify the algorithm.

Applies to