Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the flag that determines whether the client should validate the revocation status of the server certificate.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public bool CertRevocationCheck { get; set; }
public:
property bool CertRevocationCheck {
bool get();
void set(bool value);
}
member CertRevocationCheck : bool with get, set
Public Property CertRevocationCheck As Boolean
Property Value
Type: System.Boolean
true to check the server's certificate for revocation; otherwise false.
See Also
WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top