WSTrustFeb2005RequestSerializer.CanRead(XmlReader) Metodo
Definizione
Verifica se il lettore specificato è posizionato in corrispondenza di un elemento RequestSecurityToken con lo spazio dei nomi "http://schemas.xmlsoap.org/ws/2005/02/trust".Checks if the given reader is positioned at a RequestSecurityToken element with the namespace "http://schemas.xmlsoap.org/ws/2005/02/trust".
public:
override bool CanRead(System::Xml::XmlReader ^ reader);
public override bool CanRead (System.Xml.XmlReader reader);
override this.CanRead : System.Xml.XmlReader -> bool
Public Overrides Function CanRead (reader As XmlReader) As Boolean
Parametri
Restituisce
true
se il lettore è posizionato in corrispondenza di un elemento RequestSecurityToken con lo spazio dei nomi "http://schemas.xmlsoap.org/ws/2005/02/trust"; in caso contrario, false
.true
if the reader is positioned at a RequestSecurityToken element with namespace "http://schemas.xmlsoap.org/ws/2005/02/trust"; otherwise, false
.
Eccezioni
reader
è null
.reader
is null
.