SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Legge un elemento saml:DoNotCacheCondition dal lettore XML specificato.
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
Parametri
- reader
- XmlReader
Lettore XML posizionato in corrispondenza di un elemento saml:DoNotCacheCondition.
Restituisce
Oggetto della classe SamlDoNotCacheCondition letto.
Eccezioni
reader
è null
.
L'oggetto reader
non è posizionato in corrispondenza di un elemento saml:DoNotCacheCondition.