다음을 통해 공유


WorkflowMarkupSourceAttribute(String, String) 생성자

정의

WorkflowMarkupSourceAttributeFileName의 값을 초기화하여 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와의 충돌 문제로 인해 SHA256 이상을 기반으로 하는 보안 모델을 사용하는 것이 좋습니다.

적용 대상