2 writes to DoNotCacheCondition
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
282this.DoNotCacheCondition = dictionary.CreateString(IdentityModelStringsVersion1.String48, 48); 343this.DoNotCacheCondition = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String48);
4 references to DoNotCacheCondition
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlDoNotCacheCondition.cs (3)
39if (!reader.IsStartElement(dictionary.DoNotCacheCondition, dictionary.Namespace)) 40throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.SAMLBadSchema, dictionary.DoNotCacheCondition.Value))); 67writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.DoNotCacheCondition, dictionary.Namespace);
System\IdentityModel\Tokens\SamlSerializer.cs (1)
98else if (reader.IsStartElement(DictionaryManager.SamlDictionary.DoNotCacheCondition, DictionaryManager.SamlDictionary.Namespace))