IIdentity Interface
Collapse the table of content
Expand the table of content

IIdentity Interface

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Defines the basic functionality of an identity object.

Namespace:  System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

No code example is currently available or this language may not be supported.

The IIdentity type exposes the following members.

  NameDescription
Public propertyAuthenticationTypeGets the type of authentication used.
Public propertyIsAuthenticatedGets a value that indicates whether the user has been authenticated.
Public propertyNameGets the name of the current user.
Top

An identity object represents the user on whose behalf the code is running.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft