Compartir a través de


IssuedTokenParametersElement.UseStrTransform Propiedad

Definición

Obtiene o establece un valor que indica si el parámetro de token emitido utiliza la transformación de STR.

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

Valor de propiedad

Boolean

true si el parámetro de token emitido usa transformación de STR; si no, false. De manera predeterminada, es false.

Atributos

Se aplica a