IIdentity Interfejs

Definicja

Definiuje podstawowe funkcje obiektu tożsamości.

public interface class IIdentity
public interface IIdentity
[System.Runtime.InteropServices.ComVisible(true)]
public interface IIdentity
type IIdentity = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IIdentity = interface
Public Interface IIdentity
Pochodne
Atrybuty

Uwagi

Obiekt tożsamości reprezentuje użytkownika, którego imieniu kod jest uruchomiony. Ten interfejs jest implementowany przez GenericIdentity klasy i WindowsIdentity .

Właściwości

AuthenticationType

Pobiera typ używanego uwierzytelniania.

IsAuthenticated

Pobiera wartość wskazującą, czy użytkownik został uwierzytelniony.

Name

Pobiera nazwę bieżącego użytkownika.

Dotyczy