3 references to KeyContainer
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (3)
824
if (this.
KeyContainer
!= null && this.
KeyContainer
.Trim().Length > 0)
825
compilerOptions.AppendFormat(" /keycontainer:{0}", this.
KeyContainer
);