RequestClaimCollection.Dialect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.