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 建議採用基於 SHA-256 或更完善的安全模型。