4 implementations of AuthenticationType
mscorlib (1)
system\security\claims\ClaimsIdentity.cs (1)
451public virtual string AuthenticationType
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\WindowsSidIdentity.cs (1)
46public string AuthenticationType
System.Web (1)
Security\PassportIdentity.cs (1)
197public String AuthenticationType { get { return "Passport";}}
System.Web.Extensions (1)
ClientServices\ClientFormsIdentity.cs (1)
20public string AuthenticationType { get { return _AuthenticationType; } }
15 references to AuthenticationType
mscorlib (2)
system\security\claims\ClaimsIdentity.cs (2)
262m_authenticationType = identity.AuthenticationType; 271m_authenticationType = identity.AuthenticationType;
System (2)
net\System\Net\HttpListener.cs (1)
2797(m_AuthenticatedConnection.Identity.AuthenticationType == NTLM) &&
net\System\Net\HttpListenerContext.cs (1)
210(m_User.Identity.AuthenticationType != NTLM) &&
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
323authType = principal.Identity.AuthenticationType;
System.Web (10)
Hosting\IIS7WorkerRequest.cs (1)
1926authType = user.Identity.AuthenticationType;
HttpRequest.cs (1)
510value = _context.User.Identity.AuthenticationType;
HttpResponse.cs (1)
2562userAuthType = _context.User.Identity.AuthenticationType;
Management\EventlogProvider.cs (1)
93authType = id.AuthenticationType;
Management\WebEvents.cs (5)
1285fields.Add(new WebEventFieldData("UserAuthenticationType", RequestInformation.Principal.Identity.AuthenticationType, WebEventFieldType.String)); 1460fields.Add(new WebEventFieldData("UserAuthenticationType", RequestInformation.Principal.Identity.AuthenticationType, WebEventFieldType.String)); 1559fields.Add(new WebEventFieldData("UserAuthenticationType", RequestInformation.Principal.Identity.AuthenticationType, WebEventFieldType.String)); 1619fields.Add(new WebEventFieldData("UserAuthenticationType", RequestInformation.Principal.Identity.AuthenticationType, WebEventFieldType.String)); 2008authType = id.AuthenticationType;
Management\wmiprovider.cs (1)
109authType = id.AuthenticationType;