﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IIdentity" FullName="System.Security.Principal.IIdentity"><TypeSignature Maintainer="auto" Language="C#" Value="public interface IIdentity" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IIdentity" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>An identity object represents the user on whose behalf the code is running. This interface is implemented by the <see cref="T:System.Security.Principal.GenericIdentity" /> and <see cref="T:System.Security.Principal.WindowsIdentity" /> classes.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Defines the basic functionality of an identity object.</para></summary></Docs><Members><Member MemberName="AuthenticationType"><MemberSignature Language="C#" Value="public string AuthenticationType { get; }" /><MemberSignature Language="ILAsm" Value=".property instance string AuthenticationType" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>The authentication method (e.g. NTLM, POSIX ...).</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The authentication type is passed to the common language runtime by the operating system or by another authentication provider. Basic authentication, NTLM, Kerberos, and Passport are examples of authentication types.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the type of authentication used.</para></summary></Docs></Member><Member MemberName="IsAuthenticated"><MemberSignature Language="C#" Value="public bool IsAuthenticated { get; }" /><MemberSignature Language="ILAsm" Value=".property instance bool IsAuthenticated" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>True if the current identity was authenticated, false otherwise.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The setting for this property is determined by the Windows SECURITY_AUTHENTICATED_USER_RID security identifier (SID).</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value that indicates whether the user has been authenticated.</para></summary></Docs></Member><Member MemberName="Name"><MemberSignature Language="C#" Value="public string Name { get; }" /><MemberSignature Language="ILAsm" Value=".property instance string Name" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>Textual representation of the current identity (e.g. user name).</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The user name is passed to the common language runtime by the operating system or other authentication provider (such as ASP.NET).</para><para><see cref="P:System.Security.Principal.IIdentity.Name" /> is typically set to an empty string ("") for an unauthenticated entity, but can take other values.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the name of the current user.</para></summary></Docs></Member></Members></Type>