WorkflowMarkupSourceAttribute(String, String) Constructor

Definition

Initializes a new instance of the WorkflowMarkupSourceAttribute class, initializing the values of FileName and 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)

Parameters

fileName
String

A string that contains the file name of the mark up file.

md5Digest
String

A string representing the MD5Digest for the file.

Remarks

Due to collision problems with MD5, Microsoft recommends a security model based on SHA256 or better.

Applies to