ServiceModelSecurityTokenRequirement.IsInitiatorProperty 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 indicates whether the request is made by the initiator of the channel or the recipient of the channel.
public:
static property System::String ^ IsInitiatorProperty { System::String ^ get(); };
public static string IsInitiatorProperty { get; }
static member IsInitiatorProperty : string
Public Shared ReadOnly Property IsInitiatorProperty As String
Property Value
The key for the token requirement property whose value indicates whether the endpoint that creates the requirement is the initiator or recipient.
Remarks
The value that corresponds to this token requirement key is of type Boolean.