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 型です。

適用対象