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