MessageSecurityVersion.SecurityPolicyVersion Property

Definition

Gets the WS-SecurityPolicy version that corresponds to the message security version.

public:
 abstract property System::ServiceModel::Security::SecurityPolicyVersion ^ SecurityPolicyVersion { System::ServiceModel::Security::SecurityPolicyVersion ^ get(); };
public abstract System.ServiceModel.Security.SecurityPolicyVersion SecurityPolicyVersion { get; }
member this.SecurityPolicyVersion : System.ServiceModel.Security.SecurityPolicyVersion
Public MustOverride ReadOnly Property SecurityPolicyVersion As SecurityPolicyVersion

Property Value

The SecurityPolicyVersion object that corresponds to the message security version.

Remarks

This method is implemented by the instances of this class returned by the seven static properties. Each implementation represents a different combination of specification versions and so returns a different value for this property.

Applies to