Bagikan melalui


SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Metode

Definisi

Membaca elemen saml:DoNotCacheCondition dari pembaca XML yang ditentukan.

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

Parameter

reader
XmlReader

Pembaca XML diposisikan pada elemen saml:DoNotCacheCondition.

Mengembalikan

Yang SamlDoNotCacheCondition dibaca.

Pengecualian

readeradalah null.

reader tidak diposisikan pada elemen saml:DoNotCacheCondition.

Berlaku untuk