Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


FormsIdentity Constructors

Definition

Initializes a new instance of the FormsIdentity class.

Overloads

FormsIdentity(FormsAuthenticationTicket)

Initializes a new instance of the FormsIdentity class.

FormsIdentity(FormsIdentity)

Initializes a new instance of the FormsIdentity class based on the specified identity.

FormsIdentity(FormsAuthenticationTicket)

Initializes a new instance of the FormsIdentity class.

C#
public FormsIdentity(System.Web.Security.FormsAuthenticationTicket ticket);

Parameters

ticket
FormsAuthenticationTicket

The authentication ticket upon which this identity is based.

See also

Applies to

.NET Framework 4.8.1 και άλλες εκδόσεις
Προϊόν Εκδόσεις
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FormsIdentity(FormsIdentity)

Initializes a new instance of the FormsIdentity class based on the specified identity.

C#
protected FormsIdentity(System.Web.Security.FormsIdentity identity);

Parameters

identity
FormsIdentity

The identity upon which this identity is based.

Applies to

.NET Framework 4.8.1 και άλλες εκδόσεις
Προϊόν Εκδόσεις
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1