InMemorySymmetricSecurityKey.GetKeyedHashAlgorithm(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したキー付きハッシュ アルゴリズムのインスタンスを取得します。
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 です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET