SessionSecurityTokenHandler.Transforms 属性

定义

获取要应用在 cookie 上的转换。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::CookieTransform ^> ^ Transforms { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::CookieTransform ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.CookieTransform> Transforms { get; }
member this.Transforms : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.CookieTransform>
Public ReadOnly Property Transforms As ReadOnlyCollection(Of CookieTransform)

属性值

要要应用在 cookie 上的转换列表。

注解

转换在 方法中 ApplyTransforms 应用。

适用于