FederatedMessageSecurityOverHttp Class

Definition

Configures the message-level security of the WSFederationHttpBinding binding.

public ref class FederatedMessageSecurityOverHttp sealed
public sealed class FederatedMessageSecurityOverHttp
type FederatedMessageSecurityOverHttp = class
Public NotInheritable Class FederatedMessageSecurityOverHttp
Inheritance
FederatedMessageSecurityOverHttp

Remarks

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.

Constructors

FederatedMessageSecurityOverHttp()

Initializes a new instance of the FederatedMessageSecurityOverHttp class.

Properties

AlgorithmSuite

Gets or 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.

Methods

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()

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)

Applies to