Share via


MutualCertificate10Assertion.ClientOutputFilter Members

Represents the SOAP security filter that is used for SOAP messages that are sent by a Web service client configured with a MutualCertificate10Assertion. This SOAP filter signs the message with client's X.509 certificate and encrypts it with the service's X.509 certificate.

The following tables list the members exposed by the MutualCertificate10Assertion.ClientOutputFilter type.

Public Constructors

  Name Description
MutualCertificate10Assertion.ClientOutputFilter Initializes a new instance of the UsernameForCertificateAssertion.ClientOutputFilter class for the specified policy assertion.

Top

Public Properties

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

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 SecureConversationClientSendSecurityFilter SOAP filter.(Inherited from SecureConversationClientSendSecurityFilter)
public method GetHashCode  (Inherited from Object )
public method GetOperationProtectionRequirements  (Inherited from SecureConversationClientSendSecurityFilter )
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.  
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

Public Events

  Name Description
public event SecureConversationCreated  Occurs when a secure conversation is established. (Inherited from SecureConversationClientSendSecurityFilter)

Top

See Also

Reference

MutualCertificate10Assertion.ClientOutputFilter Class
Microsoft.Web.Services3.Design Namespace