IssuedTokenParametersElement.UseStrTransform 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指示颁发的令牌参数是否使用 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, setPublic Property UseStrTransform As Boolean属性值
如果发布的标记参数使用 STR 转换,则为 true;否则为 false。 默认值为 false。
- 属性