SessionSecurityTokenHandler.Transforms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.