WorkflowMarkupSourceAttribute(String, String) Constructeur

Définition

Initialise une nouvelle instance de la WorkflowMarkupSourceAttribute classe, initialisant les valeurs de FileName et 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)

Paramètres

fileName
String

Chaîne qui contient le nom de fichier du fichier mark up.

md5Digest
String

Chaîne représentant le MD5Digest fichier.

Remarques

En raison de problèmes de collision avec MD5, Microsoft recommande un modèle de sécurité basé sur SHA-256 ou mieux.

S’applique à