WorkflowMarkupSourceAttribute(String, String) コンストラクター

定義

WorkflowMarkupSourceAttributeFileNameの値を初期化して、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

マークアップ ファイルのファイル名を含む文字列。

md5Digest
String

ファイルの MD5Digest を表す文字列。

注釈

MD5 の競合の問題のため、Microsoft では SHA-256 以上に基づくセキュリティ モデルをお勧めします。

適用対象