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.​NegotiateAuthenticationServerOptions
Assembly: System.Net.Security
Inheritance: object → NegotiateAuthenticationServerOptions
Represents a property bag for the server side of an authentication exchange.
Properties
Binding
Gets or sets the channel binding that's used for extended protection.
public
NetworkCredential
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.
Policy
Gets or sets the extended security and validation policies.
RequiredImpersonationLevel
Gets or sets a value that indicates how the server can use the client's credentials to access resources.
public
ProtectionLevel
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" /> .
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object