次の方法で共有


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

適用対象