Share via


SessionSecurityTokenHandler.Transforms プロパティ

定義

クッキーに適用される変換を取得します。

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)

プロパティ値

クッキーに適用される変換のリスト。

注釈

変換は メソッドに ApplyTransforms 適用されます。

適用対象