Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Net.​Security.​NegotiateAuthenticationClientOptions

Assembly: System.Net.Security

Inheritance: object → NegotiateAuthenticationClientOptions

Represents a property bag for the client side of an authentication exchange.

Properties

AllowedImpersonationLevel
Gets or sets a value that indicates how the server can use the client's credentials to access resources.
Gets or sets the channel binding that's used for extended protection.
Credential
Gets or sets the network credential that's used to establish the identity of the client. The default value is <see cref="P:System.Net.CredentialCache.DefaultNetworkCredentials" /> .
public string
Package
Gets or sets the GSSAPI authentication package used for the authentication. Common values are Negotiate, NTLM, or Kerberos. The default value is Negotiate.
RequiredProtectionLevel
Gets or sets the required level of protection of the authentication exchange and any further data exchange. The default value is <see cref="F:System.Net.Security.ProtectionLevel.None" /> .
public bool
RequireMutualAuthentication
Gets or sets a value that indicates whether mutual authentication is required between the client and server.
public string
TargetName
Gets or sets the service principal name (SPN) that uniquely identifies the server for authentication.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object