SessionSecurityTokenHandler.SetTransforms 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置要应用在 cookie 上的转换。
protected:
void SetTransforms(System::Collections::Generic::IEnumerable<System::IdentityModel::CookieTransform ^> ^ transforms);
protected void SetTransforms (System.Collections.Generic.IEnumerable<System.IdentityModel.CookieTransform> transforms);
member this.SetTransforms : seq<System.IdentityModel.CookieTransform> -> unit
Protected Sub SetTransforms (transforms As IEnumerable(Of CookieTransform))
参数
- transforms
- IEnumerable<CookieTransform>
要使用的转换。
注解
设置 属性返回 Transforms 的转换的列表。 转换将按编码 Cookie 时在列表中出现的顺序应用,在解码 Cookie 时按相反的顺序应用转换。
警告
transforms
如果 参数为 null
,则在调用 方法以对 Cookie 进行编码或解码时,将引发ApplyTransforms异常。