Share via


WSManSessionOptions.CertCACheck Property

 

Gets or sets the flag that determines whether the client should validate that the server certificate be signed by a trusted certification authority (CA).

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

Syntax

public bool CertCACheck { get; set; }
public:
property bool CertCACheck {
    bool get();
    void set(bool value);
}
member CertCACheck : bool with get, set
Public Property CertCACheck As Boolean

Property Value

Type: System.Boolean

true to check (validate) that the certification authority value is trusted; otherwise false.

See Also

WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top