ServiceModelSecurityTokenRequirement.MessageSecurityVersionProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).