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.

RequestClaimCollection::Dialect Property

.NET Framework (current version)
 

Gets or sets the Dialect attribute.

Namespace:   System.IdentityModel.Protocols.WSTrust
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
property String^ Dialect {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains the URI that identifies the dialect. The default value is F:System.IdentityModel.Protocols.WSIdentity.WSIdentityConstants.Dialect, which indicates that RequestClaim objects in the collection correspond to the Information Card profile.

Represents the Dialect attribute of the wst:Claims element. This required attribute contains a URI that indicates the syntax used to specify the set of requested claims.

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