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建议基于 SHA-256 或更高版本的安全模型。

适用于