ReceiveSecurityFilter Members

Provides a base class for filtering incoming SOAP messages that are secured by digital signatures, encryption, or authentication.

The following tables list the members exposed by the ReceiveSecurityFilter type.

Protected Constructors

  Name Description
ReceiveSecurityFilter Overloaded. Initializes a new instance of the ReceiveSecurityFilter class.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetBehavior  Gets a custom interface for the SOAP filter.(Inherited from SoapFilter)
public method GetHashCode  (Inherited from Object )
public method GetLocalActor Gets the SOAP actor that is in the Security SOAP header.
public method GetServiceActor Gets the actor attribute on the Security SOAP header for a SOAP message destined for a Web service to which this filter applies.
public method GetType  (Inherited from Object )
public method GetUnattachedTokens Gets the collection of security tokens that are referenced in the SOAP message, but are not in the SOAP message.
public method ProcessMessage Overridden. Supplies the SOAP message as a SoapEnvelope so that it can be processed by the filter.
public method static ReferenceEquals  (Inherited from Object )
public method RouteRequest Gets the Web service method to which the specified SOAP message should be routed.
public method ToString  (Inherited from Object )
public method ValidateMessageSecurity When overridden in a derived class, validates that the specified SOAP message and Security SOAP header meet the security requirements enforced by this filter.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )
protected method Trace  Overloaded. (Inherited from SoapFilter )

Top

See Also

Reference

ReceiveSecurityFilter Class
Microsoft.Web.Services3.Security Namespace