WorkflowMarkupSourceAttribute(String, String) Konstruktor

Definice

Inicializuje novou instanci WorkflowMarkupSourceAttribute třídy, inicializuje hodnoty FileName a 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)

Parametry

fileName
String

Řetězec, který obsahuje název souboru mark up.

md5Digest
String

Řetězec představující MD5Digest soubor.

Poznámky

Kvůli problémům se kolizí s MD5 microsoft doporučuje model zabezpečení založený na algoritmu SHA-256 nebo lepším.

Platí pro