다음을 통해 공유


CompileWorkflowTask.KeyFile 속성

정의

워크플로 어셈블리에 서명하는 데 사용된 파일 경로를 가져오거나 설정합니다.

public:
 property System::String ^ KeyFile { System::String ^ get(); void set(System::String ^ value); };
public string KeyFile { get; set; }
member this.KeyFile : string with get, set
Public Property KeyFile As String

속성 값

String

워크플로 어셈블리에 서명하는 데 사용된 파일 경로입니다.

설명

이 파일의 형식은 일반적으로 .snk입니다.

적용 대상