SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Metodo

Definizione

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.

Si applica a