UsernameOverTransportAssertion Members
Represents a turnkey security assertion that authenticates the client using a UsernameToken security token. The SOAP message is not encrypted or digitally signed, so a secure transport should be used with this assertion. WS-Security 1.1 or 1.0 can be used with this assertion.
The following tables list the members exposed by the UsernameOverTransportAssertion type.
Public Constructors
Name | Description | |
---|---|---|
UsernameOverTransportAssertion | Initializes a new instance of the UsernameOverTransportAssertion class. |
Top
Public Properties
Name | Description | |
---|---|---|
ClientActor | Gets or sets the actor attribute on the Security SOAP header for a SOAP message destined for a Web service client to which this policy assertion applies. | |
ServiceActor | Gets or sets the actor attribute on the Security SOAP header for a SOAP message destined for a Web service to which this policy assertion applies. | |
UsernameTokenProvider | Gets or sets the security token provider for the client's security credentials. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CreateClientInputFilter | Overridden. Specifies the SOAP filter for SOAP responses received by the Web service client. | |
CreateClientOutputFilter | Overridden. Specifies the SOAP filter for SOAP requests sent by the Web service client. | |
CreateServiceInputFilter | Overridden. Specifies the SOAP filter for SOAP requests received by the Web service. | |
CreateServiceOutputFilter | Overridden. Specifies the SOAP filter for SOAP responses sent by the Web service. | |
Equals | Overloaded. (Inherited from Object ) | |
GetExtensions | Overridden. Gets the collection of policy extensions that are registered in the policy file. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReadXml | Overridden. Reads the XML in the policy file that is associated with this policy assertion. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
WriteXml | Overridden. Writes the current policy assertion as XML using the specified System.Xml.XmlWriter. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
UsernameOverTransportAssertion Class
Microsoft.Web.Services3.Design Namespace
Other Resources
<UsernameOverTransportSecurity> Element
How to: Secure a Web Service Without Using a Policy File
How to: Secure a Web Service Using a Policy File