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