The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AsymmetricSecurityBindingElement::InitiatorTokenParameters Property
.NET Framework (current version)
Specifies the token definition for the initiator.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property SecurityTokenParameters^ InitiatorTokenParameters { SecurityTokenParameters^ get(); void set(SecurityTokenParameters^ value); }
Property Value
Type: System.ServiceModel.Security.Tokens::SecurityTokenParameters^A SecurityTokenParameters that holds the token definition.
This property gets and sets a class that contains the properties for the token of the party that initiates communication.
.NET Framework
Available since 3.0
Available since 3.0
Show: