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