ServiceModelSecurityTokenRequirement.MessageSecurityVersionProperty Property

Definition

Gets the key for the token requirement property whose value is the MessageVersion that the channel is configured with.

public:
 static property System::String ^ MessageSecurityVersionProperty { System::String ^ get(); };
public static string MessageSecurityVersionProperty { get; }
static member MessageSecurityVersionProperty : string
Public Shared ReadOnly Property MessageSecurityVersionProperty As String

Property Value

The key for the token requirement property whose value is the MessageVersion that the channel is configured with.

Remarks

The MessageSecurityVersion contains numerous properties that specify version numbers of different components of a message. The MessageVersion can be used by token provider and token authenticator implementations to obtain a token from the endpoint (for example, for secure conversation).

Applies to

See also