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 メソッドで適用されます。

適用対象