PolicyVersion Class

Definition

A class used to specify the version of the WS-Policy specification being used.

public ref class PolicyVersion sealed
public sealed class PolicyVersion
type PolicyVersion = class
Public NotInheritable Class PolicyVersion
Inheritance
PolicyVersion

Remarks

WS-Policy 1.2 and 1.5 are currently supported.

Properties

Default

Gets the default WS-Policy version.

Namespace

Gets the namespace for the policy version.

Policy12

Gets a PolicyVersion instance that represents WS-Policy 1.2.

Policy15

Gets a PolicyVersion instance that represents WS-Policy 1.5.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Converts the PolicyVersion instance into a string representation.

Applies to