SecurityBindingElement.CreateKerberosBindingElement Method
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.
Creates a symmetric security binding element that is configured to require client authentication based on the client's Kerberos token.
public:
static System::ServiceModel::Channels::SymmetricSecurityBindingElement ^ CreateKerberosBindingElement();
public static System.ServiceModel.Channels.SymmetricSecurityBindingElement CreateKerberosBindingElement ();
static member CreateKerberosBindingElement : unit -> System.ServiceModel.Channels.SymmetricSecurityBindingElement
Public Shared Function CreateKerberosBindingElement () As SymmetricSecurityBindingElement
Returns
A SymmetricSecurityBindingElement object.
Remarks
To do Kerberos authentication, the server must run in an account that has a service principal name registered with Active Directory. NetworkService is such an account.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.