Share via


PolicyAssertion Members

Provides a base class for defining a policy assertion.

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

Protected Constructors

  Name Description
PolicyAssertion Overloaded.  

Top

Public Properties

  Name Description
public property ElementName  Gets the qualified name of the XML element the policy element encapsulates.(inherited from PolicyElement)
public property Id  Gets the ID that is used to form a URI for the policy element.(inherited from PolicyElement)
public property Name  Gets the name of the policy element.(inherited from PolicyElement)
public property Preference  Gets the preference specified for the policy element.(inherited from PolicyElement)
public property TargetNamespace  Gets the target namespace of the policy element.(inherited from PolicyElement)
public property Usage  Gets a value that specifies how the policy assertion is processed.(inherited from PolicyElement)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method CanEnforce When overridden in a derived class, indicates whether a send-side policy can be enforced.
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method IsSatisfiedBy When overridden in a derived class, indicates whether a SOAP message satisfies the policy assertion.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

PolicyAssertion Class
Microsoft.Web.Services2.Policy Namespace

Other Resources