RequestClaimCollection.Dialect Property

Definition

Gets or sets the Dialect attribute.

public:
 property System::String ^ Dialect { System::String ^ get(); void set(System::String ^ value); };
public string Dialect { get; set; }
member this.Dialect : string with get, set
Public Property Dialect As String

Property Value

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

Remarks

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.

Applies to