Share via


SendSecurityFilter Members

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

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

Protected Constructors

  Name Description
SendSecurityFilter Overloaded. Initializes a new instance of the SendSecurityFilter 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 GetRemoteActor Gets the actor attribute on the Security SOAP header for the outgoing SOAP message to which this filter applies.
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 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 SecureMessage When overridden in a derived class, applies the security requirements associated with this filter to the specified SOAP message.
public method ToString  (Inherited from Object )

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

SendSecurityFilter Class
Microsoft.Web.Services3.Security Namespace