SamlSerializer.ReadDoNotCacheCondition(XmlDictionaryReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the <saml:DoNotCacheCondition> element.
protected virtual Microsoft.IdentityModel.Tokens.Saml.SamlDoNotCacheCondition ReadDoNotCacheCondition (System.Xml.XmlDictionaryReader reader);
abstract member ReadDoNotCacheCondition : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlDoNotCacheCondition
override this.ReadDoNotCacheCondition : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlDoNotCacheCondition
Protected Overridable Function ReadDoNotCacheCondition (reader As XmlDictionaryReader) As SamlDoNotCacheCondition
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a SamlConditions element.
Returns
A SamlDoNotCacheCondition instance.