Méthode WSTrustFeb2005RequestSerializer.CanRead
Checks if the given reader is positioned at a RequestSecurityToken element with namespace 'https://schemas.xmlsoap.org/ws/2005/02/trust'
Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As WSTrustFeb2005RequestSerializer Dim reader As XmlReader Dim returnValue As Boolean returnValue = instance.CanRead(reader)
Syntaxe
'Déclaration
Public Overrides Function CanRead ( _
reader As XmlReader _
) As Boolean
public override bool CanRead (
XmlReader reader
)
public:
virtual bool CanRead (
XmlReader^ reader
) override
public boolean CanRead (
XmlReader reader
)
public override function CanRead (
reader : XmlReader
) : boolean
Paramètres
- reader
The reader to read from.
Valeur de retour
Returns Boolean. true if the reader is positioned at a RequestSecurityToken element with namespace 'https://schemas.xmlsoap.org/ws/2005/02/trust'; otherwise, false.
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe WSTrustFeb2005RequestSerializer
Membres WSTrustFeb2005RequestSerializer
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust