Compartilhar via


IssuedTokenParametersElement.UseStrTransform Propriedade

Definição

Obtém ou define um valor que indica se o parâmetro do token emitido usa transformação 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 da propriedade

Boolean

true Se o parâmetro de token emitido usar transformação STR; caso contrário, false . O padrão é false.

Atributos

Aplica-se a