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 以上に基づくセキュリティ モデルが推奨されています。