2 writes to AuthenticationStatement
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
274this.AuthenticationStatement = dictionary.CreateString(IdentityModelStringsVersion1.String40, 40); 335this.AuthenticationStatement = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String40);
3 references to AuthenticationStatement
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (2)
230throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.SAMLBadSchema, dictionary.AuthenticationStatement))); 251writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.AuthenticationStatement, dictionary.Namespace);
System\IdentityModel\Tokens\SamlSerializer.cs (1)
135if (reader.IsStartElement(DictionaryManager.SamlDictionary.AuthenticationStatement, DictionaryManager.SamlDictionary.Namespace))