WorkflowMarkupSourceAttribute(String, String) 생성자

정의

클래스의 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

태그 파일의 파일 이름을 포함하는 문자열입니다.

md5Digest
String

파일의 값을 MD5Digest 나타내는 문자열입니다.

설명

MD5와의 충돌 문제로 인해 MICROSOFT는 SHA-256 이상의 보안 모델을 권장합니다.

적용 대상