Windows apps
Collapse the table of content
Expand the table of content
Information
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.

IssuedSecurityTokenParameters::IssuerBinding Property

 

Gets or sets the token issuer's binding, to be used by the client.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property Binding^ IssuerBinding {
	Binding^ get();
	void set(Binding^ value);
}

Property Value

Type: System.ServiceModel.Channels::Binding^

The Binding of the token issuer, to be used by the client.

Note that this property does not need to be populated on the service, because it is only accessed by the client.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft