WorkflowMarkupSourceAttribute(String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化类的新实例 WorkflowMarkupSourceAttribute ,初始化 FileName 和 MD5Digest。
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
包含标记文件的文件名的字符串。
注解
由于 MD5 冲突问题,Microsoft建议基于 SHA-256 或更高版本的安全模型。