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