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 或更高版本的安全模型。

适用于