Aracılığıyla paylaş


SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Yöntem

Tanım

Belirtilen XML okuyucusundan saml:DoNotCacheCondition öğesini okur.

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

Parametreler

reader
XmlReader

saml:DoNotCacheCondition öğesinde konumlandırılmış xml okuyucu.

Döndürülenler

Okunan SamlDoNotCacheCondition .

Özel durumlar

reader, null değeridir.

reader saml:DoNotCacheCondition öğesinde konumlandırılmaz.

Şunlara uygulanır