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 | |
---|---|---|
ElementName | Gets the qualified name of the XML element the policy element encapsulates.(inherited from PolicyElement) | |
Id | Gets the ID that is used to form a URI for the policy element.(inherited from PolicyElement) | |
Name | Gets the name of the policy element.(inherited from PolicyElement) | |
Preference | Gets the preference specified for the policy element.(inherited from PolicyElement) | |
TargetNamespace | Gets the target namespace of the policy element.(inherited from PolicyElement) | |
Usage | Gets a value that specifies how the policy assertion is processed.(inherited from PolicyElement) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CanEnforce | When overridden in a derived class, indicates whether a send-side policy can be enforced. | |
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IsSatisfiedBy | When overridden in a derived class, indicates whether a SOAP message satisfies the policy assertion. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
PolicyAssertion Class
Microsoft.Web.Services2.Policy Namespace