Bearbeiten

ServiceModelSecurityTokenRequirement.TargetAddressProperty Property

Definition

Gets the key for the token requirement property whose value is the endpoint address that the channel is talking to (client only).

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

Property Value

The key for the token requirement property whose value is the EndpointAddress that the channel is talking to.

Applies to

See also