2 writes to AuthorizationDecisionStatement
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
277
this.
AuthorizationDecisionStatement
= dictionary.CreateString(IdentityModelStringsVersion1.String43, 43);
338
this.
AuthorizationDecisionStatement
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String43);
3 references to AuthorizationDecisionStatement
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (2)
210
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.SAMLBadSchema, dictionary.
AuthorizationDecisionStatement
)));
233
writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.
AuthorizationDecisionStatement
, dictionary.Namespace);
System\IdentityModel\Tokens\SamlSerializer.cs (1)
147
else if (reader.IsStartElement(DictionaryManager.SamlDictionary.
AuthorizationDecisionStatement
, DictionaryManager.SamlDictionary.Namespace))