WorkflowMarkupSourceAttribute(String, String) Constructeur

Définition

Initialise une nouvelle instance de la classe WorkflowMarkupSourceAttribute, tout en initialisant les valeurs 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 du fichier de balisage.

md5Digest
String

Chaîne représentant le MD5Digest du fichier.

Remarques

En raison de problèmes de collision avec MD5, Microsoft recommande un modèle de sécurité basé sur SHA256 ou supérieur.

S’applique à