IssuedTokenParametersElement.UseStrTransform Property

Definition

Gets or sets a value that indicates whether the issued token parameter uses STR transformation.

public:
 property bool UseStrTransform { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useStrTransform", DefaultValue=false)]
public bool UseStrTransform { get; set; }
[<System.Configuration.ConfigurationProperty("useStrTransform", DefaultValue=false)>]
member this.UseStrTransform : bool with get, set
Public Property UseStrTransform As Boolean

Property Value

true if the issued token parameter uses STR transformation; otherwise, false. The default is false.

Attributes

Applies to