Share via


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
public property Actor  Gets or sets the recipient of the SOAP header.(Inherited from WSESoapHeader)
public property DidUnderstand  Gets or sets a value indicating whether a Web service method properly processed a SOAP header.(Inherited from WSESoapHeader)
public property Elements Gets a strongly typed collection of security elements.
public property EncodedMustUnderstand  Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol.(Inherited from WSESoapHeader)
public property EncodedRelay  Gets or sets the relay attribute of the SOAP 1.2 header.(Inherited from WSESoapHeader)
public property MustUnderstand  Gets or sets a value indicating whether the SOAP header must be understood.(Inherited from WSESoapHeader)
public property 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)
public property RequestSecurity [To be supplied.]
public property SignatureConfirmationCollection [To be supplied.]
public property Timestamp Gets the timestamp for the <Security> SOAP header.
public property Tokens Gets a strongly typed collection of security tokens.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Clear Clears the members of the Elements and Tokens collections.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method LoadXml Parses an XML representation of a security header.
public method static ReferenceEquals  (Inherited from Object )
public method SerializeXml Generates an XML representation of the current security header.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetAttributeXml  (Inherited from WSESoapHeader )
protected method LoadAttributeXml  (Inherited from WSESoapHeader )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

Security Class
Microsoft.Web.Services3.Security Namespace