Bearbeiten

ServiceModelSecurityTokenRequirement.IsInitiatorProperty Property

Definition

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.

Applies to

See also