CompileWorkflowTask.KeyContainer Property

Definition

Gets or sets the name of the public/private key container used for signing the workflow assembly.

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

Property Value

The name of the public/private key container used for signing the workflow assembly.

Applies to