2 instantiations of SamlDoNotCacheCondition
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
2177
SamlDoNotCacheCondition doNotCacheCondition = new
SamlDoNotCacheCondition
();
System\IdentityModel\Tokens\SamlSerializer.cs (1)
100
SamlDoNotCacheCondition doNotCacheCondition = new
SamlDoNotCacheCondition
();
6 references to SamlDoNotCacheCondition
System.IdentityModel (6)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (5)
2059
SamlDoNotCacheCondition
doNotCacheCondition = condition as
SamlDoNotCacheCondition
;
2165
protected virtual
SamlDoNotCacheCondition
ReadDoNotCacheCondition(XmlReader reader)
2177
SamlDoNotCacheCondition
doNotCacheCondition = new SamlDoNotCacheCondition();
2200
protected virtual void WriteDoNotCacheCondition(XmlWriter writer,
SamlDoNotCacheCondition
condition)
System\IdentityModel\Tokens\SamlSerializer.cs (1)
100
SamlDoNotCacheCondition
doNotCacheCondition = new SamlDoNotCacheCondition();