Implemented interface member:
property
AuthenticationType
System.Security.Principal.IIdentity.AuthenticationType
3 overrides of AuthenticationType
mscorlib (2)
system\security\principal\genericidentity.cs (1)
117public override string AuthenticationType {
system\security\principal\windowsidentity.cs (1)
296public override sealed string AuthenticationType {
System.Web (1)
Security\FormsIdentity.cs (1)
41public override String AuthenticationType { get { return "Forms";}}
2 references to AuthenticationType
System.IdentityModel (2)
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
1296if (!String.IsNullOrEmpty(identity.AuthenticationType)) 1298dictionaryWriter.WriteAttributeString(dictionary.AuthenticationType, dictionary.EmptyString, identity.AuthenticationType);