Поделиться через


SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Метод

Определение

Считывает элемент saml:DoNotCacheCondition из указанного средства чтения XML.

protected:
 virtual System::IdentityModel::Tokens::SamlDoNotCacheCondition ^ ReadDoNotCacheCondition(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlDoNotCacheCondition ReadDoNotCacheCondition (System.Xml.XmlReader reader);
abstract member ReadDoNotCacheCondition : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlDoNotCacheCondition
override this.ReadDoNotCacheCondition : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlDoNotCacheCondition
Protected Overridable Function ReadDoNotCacheCondition (reader As XmlReader) As SamlDoNotCacheCondition

Параметры

reader
XmlReader

Средство чтения XML, размещенное в элементе saml:DoNotCacheCondition.

Возвращаемое значение

Считанный маркер SamlDoNotCacheCondition.

Исключения

reader имеет значение null.

reader не расположено на элементе saml:DoNotCacheCondition.

Применяется к