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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.