2 writes to AuthenticationInstant
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
272this.AuthenticationInstant = dictionary.CreateString(IdentityModelStringsVersion1.String38, 38); 333this.AuthenticationInstant = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String38);
2 references to AuthenticationInstant
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (2)
176string authInstance = reader.GetAttribute(dictionary.AuthenticationInstant, null); 256writer.WriteStartAttribute(dictionary.AuthenticationInstant, null);