InMemorySymmetricSecurityKey.GetKeyedHashAlgorithm(String) Yöntem

Tanım

Belirtilen anahtarlı karma algoritmasının bir örneğini alır.

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

Parametreler

algorithm
String

Örneğini almak için anahtarlı karma algoritması.

Döndürülenler

KeyedHashAlgorithm Anahtarlı karma algoritmasını temsil eden bir.

Özel durumlar

algorithm Desteklenmez. Desteklenen algoritmalar şeklindedir HmacSha1Signature.

Şunlara uygulanır