NegotiateAuthenticationServerOptions Class

Definition

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

public ref class NegotiateAuthenticationServerOptions
public class NegotiateAuthenticationServerOptions
type NegotiateAuthenticationServerOptions = class
Public Class NegotiateAuthenticationServerOptions
Inheritance
NegotiateAuthenticationServerOptions

Remarks

This property bag is used as argument for NegotiateAuthentication constructor for initializing a server-side authentication.

Constructors

NegotiateAuthenticationServerOptions()

Initializes a new instance of the NegotiateAuthenticationServerOptions class.

Properties

Binding

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 DefaultNetworkCredentials.

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.

RequiredProtectionLevel

Gets or sets the required level of protection of the authentication exchange and any further data exchange. The default value is None.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to