MSDeploy.AllowUntrustedCertificates Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property AllowUntrustedCertificates As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> AllowUntrustedCertificates { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ AllowUntrustedCertificates {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member AllowUntrustedCertificates : InArgument<bool> with get, set
function get AllowUntrustedCertificates () : InArgument<boolean>
function set AllowUntrustedCertificates (value : InArgument<boolean>)
Property Value
Type: System.Activities.InArgument<Boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace