HashAlgorithmName(String) 建構函式

定義

使用自訂名稱初始化的新 HashAlgorithmName 結構的執行個體。

public:
 HashAlgorithmName(System::String ^ name);
public HashAlgorithmName (string? name);
public HashAlgorithmName (string name);
new System.Security.Cryptography.HashAlgorithmName : string -> System.Security.Cryptography.HashAlgorithmName
Public Sub New (name As String)

參數

name
String

自訂的雜湊演算法名稱。

備註

建構函式不會對 name 執行任何驗證。

適用於