System.ServiceModel 4.0.0.0 System.Object This class specifies the kind of security to be applied to the wsFederationHttpBinding binding and the specific security settings. Specifies the security settings for the . This class cannot be inherited. Property 4.0.0.0 System.ServiceModel.FederatedMessageSecurityOverHttp To be added. The object returned specifies detailed message-level security properties for the wsFederationHttpBinding. Indicates the message security settings for the . Property 4.0.0.0 System.ServiceModel.WSFederationHttpSecurityMode To be added. The enumeration member returned specifies which general type of security is to be applied. The allowed values are and . In the security mode, the message is sent over HTTP and SOAP message security is used to protect the message. Client authentication is performed based on the issued token obtained from the security token service. Server authentication is based on the server's certificate. In the security mode, the message is sent over HTTPS. Client authentication is performed by including the issued token obtained from the security token service in the SOAP message. Server authentication, based on the server's certificate, is performed as part of the HTTPS connection setup. Gets or sets the type of security to be applied.