WorkflowMarkupSourceAttribute(String, String) Construtor

Definição

Inicializa uma nova instância da WorkflowMarkupSourceAttribute classe, inicializando os valores de FileName e 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)

Parâmetros

fileName
String

Uma string que contém o nome do ficheiro de marcação.

md5Digest
String

Uma cadeia que representa o MD5Digest para o ficheiro.

Observações

Devido a problemas de colisão com o MD5, a Microsoft recomenda um modelo de segurança baseado no SHA-256 ou superior.

Aplica-se a