Share via


NewCimSessionOptionCommand.SkipCACheck Property

 

Gets or sets the CertificateCACheck parameter, which is a switch indicating whether to validate that the server certificate is signed by a trusted certification authority (CA). Use this parameter only when the remote computer is trusted using another mechanism, such as when the remote computer is part of a network that is physically secure and isolated, or when the remote computer is listed as a trusted host in a WinRM configuration.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")]
public SwitchParameter SkipCACheck { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")]
property SwitchParameter SkipCACheck {
    SwitchParameter get();
    void set(SwitchParameter value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")>]
member SkipCACheck : SwitchParameter with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True, ParameterSetName := "WSManParameterSet")>
Public Property SkipCACheck As SwitchParameter

Property Value

Type: System.Management.Automation.SwitchParameter

Returns SwitchParameter.

See Also

NewCimSessionOptionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top