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