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

속성 값

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

설명

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

적용 대상