WorkflowMarkupSourceAttribute(String, String) 建構函式

定義

初始化 WorkflowMarkupSourceAttribute 類別的新執行個體,初始化 FileNameMD5Digest 的值。

public:
 WorkflowMarkupSourceAttribute(System::String ^ fileName, System::String ^ md5Digest);
public WorkflowMarkupSourceAttribute (string fileName, string md5Digest);
new System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute : string * string -> System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute
Public Sub New (fileName As String, md5Digest As String)

參數

fileName
String

包含標記檔案之檔案名稱的字串。

md5Digest
String

表示檔案之 MD5Digest 的字串。

備註

由於 MD5 的衝突問題,Microsoft 建議您使用以 SHA256 或更好的加密方式為基礎的安全性模型。

適用於