CngAlgorithm.SlhDsa 属性

定义

获取一个新 CngAlgorithm 对象,该对象指定无状态 Hash-Based 数字签名算法(SLH-DSA)。

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

属性值

一个新 CngAlgorithm 对象,指定无状态 Hash-Based 数字签名算法(SLH-DSA)。

属性

适用于