FederatedMessageSecurityOverHttp Class
Configures the message-level security of the WSFederationHttpBinding binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | FederatedMessageSecurityOverHttp() | Initializes a new instance of the FederatedMessageSecurityOverHttp class. |
| Name | Description | |
|---|---|---|
![]() | AlgorithmSuite | Gets and sets the algorithm suite that specifies the message encryption and key-wrap algorithms. |
![]() | ClaimTypeRequirements | Gets a collection of the ClaimTypeRequirement instances for this binding. |
![]() | EstablishSecurityContext | Gets or sets whether a security context requires being put into place. |
![]() | IssuedKeyType | Specifies the type of key to be issued. |
![]() | IssuedTokenType | Specifies the type of token which should be issued by the security token service. |
![]() | IssuerAddress | Gets or sets the endpoint address of the security token service that issues credentials for the service. |
![]() | IssuerBinding | Gets or sets the binding to be used by the client when communicating with the security token service whose endpoint address equals IssuerAddress. |
![]() | IssuerMetadataAddress | Gets or sets the endpoint address for communicating with the security token service out of band. |
![]() | NegotiateServiceCredential | Specifies whether a message level SSL negotiation is done to obtain the service’s certificate. |
![]() | TokenRequestParameters | Gets a collection of XML elements to be sent in the message body to the security token service when requesting a token. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ShouldSerializeAlgorithmSuite() | Returns whether the algorithm suite to be used for securing messages at the SOAP level should be serialized. |
![]() | ShouldSerializeClaimTypeRequirements() | Returns that any existing claim type requirements can be serialized. |
![]() | ShouldSerializeEstablishSecurityContext() | Returns an indication whether the security context is not the default and therefore should be serialized. |
![]() | ShouldSerializeIssuedKeyType() | Returns an indication whether the issued key type is not the default and therefore should be serialized. |
![]() | ShouldSerializeNegotiateServiceCredential() | Returns an indication whether the process of negotiating for service credentials is not the default process and therefore should be serialized. |
![]() | ShouldSerializeTokenRequestParameters() | Returns an indication that any existing token request parameters can be serialized. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class contains properties that provide control over various aspects of the security configuration between the client and the service, including details related to the issuer from which the service expects the client to retrieve a federated credential.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

