SecurityBindingElement.CreateKerberosOverTransportBindingElement Método

Definición

Crea un elemento de enlace de seguridad que se configura para requerir la autenticación de cliente basada en seguridad de SOAP mediante el token Kerberos del cliente. Este elemento de enlace exige al transporte que proporcione autenticación de servidor y protección de mensaje (por ejemplo, HTTPS).

public:
 static System::ServiceModel::Channels::TransportSecurityBindingElement ^ CreateKerberosOverTransportBindingElement();
public static System.ServiceModel.Channels.TransportSecurityBindingElement CreateKerberosOverTransportBindingElement ();
static member CreateKerberosOverTransportBindingElement : unit -> System.ServiceModel.Channels.TransportSecurityBindingElement
Public Shared Function CreateKerberosOverTransportBindingElement () As TransportSecurityBindingElement

Devoluciones

TransportSecurityBindingElement

Un objeto TransportSecurityBindingElement.

Comentarios

Para hacer la autenticación Kerberos, el servidor se debe ejecutar en una cuenta que tenga un nombre de entidad de seguridad de servicio registrado con Active Directory. NetworkService es este tipo de cuenta.

El enlace creado tiene establecido IncludeTimestamp como true. El objeto LocalClientSecuritySettings devuelto de LocalClientSettings tiene su propiedad DetectReplays establecida como false.

El objeto LocalServiceSecuritySettings devuelto de LocalServiceSettings tiene su propiedad DetectReplays establecida como false.

Se aplica a