NegotiateAuthentication Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NegotiateAuthentication(NegotiateAuthenticationClientOptions) |
Initializes a new instance of the NegotiateAuthentication for client-side authentication session. |
NegotiateAuthentication(NegotiateAuthenticationServerOptions) |
Initializes a new instance of the NegotiateAuthentication for server-side authentication session. |
NegotiateAuthentication(NegotiateAuthenticationClientOptions)
- Source:
- NegotiateAuthentication.cs
- Source:
- NegotiateAuthentication.cs
- Source:
- NegotiateAuthentication.cs
Initializes a new instance of the NegotiateAuthentication for client-side authentication session.
public:
NegotiateAuthentication(System::Net::Security::NegotiateAuthenticationClientOptions ^ clientOptions);
public NegotiateAuthentication (System.Net.Security.NegotiateAuthenticationClientOptions clientOptions);
new System.Net.Security.NegotiateAuthentication : System.Net.Security.NegotiateAuthenticationClientOptions -> System.Net.Security.NegotiateAuthentication
Public Sub New (clientOptions As NegotiateAuthenticationClientOptions)
Parameters
- clientOptions
- NegotiateAuthenticationClientOptions
The property bag for the authentication options.
Applies to
NegotiateAuthentication(NegotiateAuthenticationServerOptions)
- Source:
- NegotiateAuthentication.cs
- Source:
- NegotiateAuthentication.cs
- Source:
- NegotiateAuthentication.cs
Initializes a new instance of the NegotiateAuthentication for server-side authentication session.
public:
NegotiateAuthentication(System::Net::Security::NegotiateAuthenticationServerOptions ^ serverOptions);
public NegotiateAuthentication (System.Net.Security.NegotiateAuthenticationServerOptions serverOptions);
new System.Net.Security.NegotiateAuthentication : System.Net.Security.NegotiateAuthenticationServerOptions -> System.Net.Security.NegotiateAuthentication
Public Sub New (serverOptions As NegotiateAuthenticationServerOptions)
Parameters
- serverOptions
- NegotiateAuthenticationServerOptions
The property bag for the authentication options.