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 | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetBehavior | Gets a custom interface for the SOAP filter.(Inherited from SoapFilter) | |
GetHashCode | (Inherited from Object ) | |
GetLocalActor | Gets the SOAP actor that is in the Security SOAP header. | |
GetServiceActor | Gets the actor attribute on the Security SOAP header for a SOAP message destined for a Web service to which this filter applies. | |
GetType | (Inherited from Object ) | |
GetUnattachedTokens | Gets the collection of security tokens that are referenced in the SOAP message, but are not in the SOAP message. | |
ProcessMessage | Overridden. Supplies the SOAP message as a SoapEnvelope so that it can be processed by the filter. | |
ReferenceEquals | (Inherited from Object ) | |
RouteRequest | Gets the Web service method to which the specified SOAP message should be routed. | |
ToString | (Inherited from Object ) | |
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 | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) | |
Trace | Overloaded. (Inherited from SoapFilter ) |
Top
See Also
Reference
ReceiveSecurityFilter Class
Microsoft.Web.Services3.Security Namespace