CngAlgorithm.SlhDsa プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ステートレス Hash-Based デジタル署名アルゴリズム (SLH-DSA) を指定する新しい CngAlgorithm オブジェクトを取得します。
public:
static property System::Security::Cryptography::CngAlgorithm ^ SlhDsa { System::Security::Cryptography::CngAlgorithm ^ get(); };
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static System.Security.Cryptography.CngAlgorithm SlhDsa { get; }
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member SlhDsa : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property SlhDsa As CngAlgorithm
プロパティ値
ステートレス Hash-Based デジタル署名アルゴリズム (SLH-DSA) を指定する新しい CngAlgorithm オブジェクト。
- 属性