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

定義

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

マークアップ ファイルの名前が格納されている文字列。

md5Digest
String

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

注釈

MD5 との競合の問題のため、Microsoft では SHA256 以上に基づくセキュリティ モデルが推奨されています。

適用対象