API Reference
Class
WinRmAuthState
WinRM authentication modes enabled/disabled.
Inheritance
- Object
- WinRmAuthState
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WinRmPolicyState.ClientAuth
- Property WinRmPolicyState.ServiceAuth
Constructors
public WinRmAuthState() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> Basic { get; set; } #Basic authentication enabled.
public Nullable<Boolean> Kerberos { get; set; } #Kerberos authentication enabled.
public Nullable<Boolean> Negotiate { get; set; } #Negotiate (SPNEGO) enabled.
public Nullable<Boolean> Certificate { get; set; } #Certificate authentication enabled.
public Nullable<Boolean> CredSSP { get; set; } #CredSSP authentication enabled.