Share via


SecureConversationServiceSendSecurityFilter Members

Provides a base class for filtering outgoing SOAP messages from an XML Web service that are secured using a secure conversation.

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

Protected Constructors

  Name Description
SecureConversationServiceSendSecurityFilter Initializes a new instance of the SecureConversationServiceSendSecurityFilter class using the specified policy assertion.

Top

Public Properties

  Name Description
public property MessageProtectionOrder Gets the order of operation for digital signatures and message encryption.
public property RequireDerivedKeys Gets a value indicating whether DerivedKeyToken security tokens are used.
public property RequireSignatureConfirmation  
public property TtlInSeconds Gets the number of seconds after creation that a message is valid.

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  (Inherited from SendSecurityFilter )
public method GetServiceActor  (Inherited from SendSecurityFilter )
public method GetType  (Inherited from Object )
public method ProcessMessage  (Inherited from SendSecurityFilter )
public method static ReferenceEquals  (Inherited from Object )
public method SecureMessage Overloaded. Overridden. 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

SecureConversationServiceSendSecurityFilter Class
Microsoft.Web.Services3.Security Namespace