Language

OpenIdConnectProtocolValidator.GetHashAlgorithm(String) メソッド

定義

HashAlgorithmMapを使用した翻訳後の文字列 'algorithm' に対応するHashAlgorithmを返します。

public virtual System.Security.Cryptography.HashAlgorithm GetHashAlgorithm(string algorithm);
abstract member GetHashAlgorithm : string -> System.Security.Cryptography.HashAlgorithm
override this.GetHashAlgorithm : string -> System.Security.Cryptography.HashAlgorithm
Public Overridable Function GetHashAlgorithm (algorithm As String) As HashAlgorithm

パラメーター

algorithm
String

ハッシュ アルゴリズムを表す文字列

返品

HashAlgorithm です。

適用対象