SessionSecurityTokenHandler.DefaultCookieTransforms 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个只读集合,它包含要应用于 Cookie(DeflateCookieTransform 和 ProtectedDataCookieTransform)的默认转换的列表。
public: static initonly System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::CookieTransform ^> ^ DefaultCookieTransforms;
public static readonly System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.CookieTransform> DefaultCookieTransforms;
staticval mutable DefaultCookieTransforms : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.CookieTransform>
Public Shared ReadOnly DefaultCookieTransforms As ReadOnlyCollection(Of CookieTransform)