Condividi tramite


SessionSecurityTokenHandler.Transforms Proprietà

Definizione

Ottiene le trasformazioni che saranno applicate al 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)

Valore della proprietà

L'elenco delle trasformazioni che saranno applicate al cookie.

Commenti

Le trasformazioni vengono applicate nel ApplyTransforms metodo .

Si applica a