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: