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