This documentation is archived and is not being maintained.
FederatedMessageSecurityOverHttp Class
Visual Studio 2010
Configures the message-level security of the WSFederationHttpBinding binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The FederatedMessageSecurityOverHttp type exposes the following members.
| 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
