Base:
property
AuthenticationType
System.Security.Claims.ClaimsIdentity.AuthenticationType
9 references to AuthenticationType
System (1)
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
151
windowsIdentity.
AuthenticationType
, WindowsAccountType.Normal, true));
System.IdentityModel (2)
System\IdentityModel\SecurityUtils.cs (1)
656
return CloneWindowsIdentityIfNecessary(wid, wid.
AuthenticationType
);
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
95
WindowsIdentity wi = new WindowsIdentity(kerbToken.WindowsIdentity.Token, kerbToken.WindowsIdentity.
AuthenticationType
);
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
333
authType = authenticationContext.LogonUserIdentity.
AuthenticationType
;
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
254
SecurityToken token = new WindowsSecurityToken(remoteIdentity, SecurityUniqueId.Create().Value, remoteIdentity.
AuthenticationType
);
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (1)
485
string authenticationType = clientIdentity.
AuthenticationType
;
System\ServiceModel\Security\SctClaimSerializer.cs (1)
440
authenticationType = wid.
AuthenticationType
;
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (1)
240
clientToken = new X509WindowsSecurityToken(clientCertificate, preMappedIdentity, preMappedIdentity.
AuthenticationType
, true);
System.Web (1)
Management\WebEvents.cs (1)
1961
_iprincipal = new WindowsPrincipal(new WindowsIdentity(winIdentity.Token, winIdentity.
AuthenticationType
));