Security Members
Represents a security header that will be added to the SOAP request.
The following tables list the members exposed by the Security type.
Public Properties
Name | Description | |
---|---|---|
Actor | Gets or sets the recipient of the SOAP header.(Inherited from WSESoapHeader) | |
DidUnderstand | Gets or sets a value indicating whether a Web service method properly processed a SOAP header.(Inherited from WSESoapHeader) | |
Elements | Gets a strongly typed collection of security elements. | |
EncodedMustUnderstand | Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol.(Inherited from WSESoapHeader) | |
EncodedRelay | Gets or sets the relay attribute of the SOAP 1.2 header.(Inherited from WSESoapHeader) | |
MustUnderstand | Gets or sets a value indicating whether the SOAP header must be understood.(Inherited from WSESoapHeader) | |
Relay | Gets or sets a value that indicates whether the SOAP header is to be relayed to the next SOAP node if the current node does not understand the header.(Inherited from WSESoapHeader) | |
RequestSecurity | [To be supplied.] | |
SignatureConfirmationCollection | [To be supplied.] | |
Timestamp | Gets the timestamp for the <Security> SOAP header. | |
Tokens | Gets a strongly typed collection of security tokens. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clear | Clears the members of the Elements and Tokens collections. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
LoadXml | Parses an XML representation of a security header. | |
ReferenceEquals | (Inherited from Object ) | |
SerializeXml | Generates an XML representation of the current security header. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
GetAttributeXml | (Inherited from WSESoapHeader ) | |
LoadAttributeXml | (Inherited from WSESoapHeader ) | |
MemberwiseClone | (Inherited from Object ) |
Top