SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.