SessionSecurityTokenHandler.Transforms Property

Definition

Gets the transforms that will be applied to the 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)

Property Value

The list of transforms that will be applied to the cookie.

Remarks

The transforms are applied in the ApplyTransforms method.

Applies to