SamlDoNotCacheCondition Class
Represents a condition that must be taken into account when assessing the validity of a SAML assertion.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
SamlSecurityToken security tokens specify their claims using SAML assertions and a set of conditions that must be taken into account when assessing the validity of the SAML assertion. The SamlDoNotCacheCondition class represents one of the conditions defined by the SAML specification and it asserts that the SAML assertion must not be cached. To specify this condition for a SAML assertion, add the SamlDoNotCacheCondition class to the collection returned by the Conditions property.
Note: |
|---|
When the SamlDoNotCacheCondition is added as a condition to a SamlSecurityToken security token that is issued by a security token service for the WCF client, a WCF client does cache the security token. Because the client does not inspect the contents of the issued token, the token is cached. The client is token agnostic for issued tokens type and processes it the returned issued token as an opaque XML element. However, WCF security never caches the received issued token on the service side; it only caches the claims that are extracted from it during the token authentication process. |
System.IdentityModel.Tokens.SamlCondition
System.IdentityModel.Tokens.SamlDoNotCacheCondition
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: