WSTrust13RequestSerializer.CanRead メソッド
Checks if the given reader is positioned at a RequestSecurityToken element with namespace 'http://docs.oasis-open.org/ws-sx/ws-trust/200512'
名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)
使用方法
Dim instance As WSTrust13RequestSerializer Dim reader As XmlReader Dim returnValue As Boolean returnValue = instance.CanRead(reader)
構文
'宣言
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
パラメーター
- reader
The reader to read from.
戻り値
Returns Boolean. True if the reader is positioned at a RequestSecurityToken element with namespace 'http://docs.oasis-open.org/ws-sx/ws-trust/200512'; otherwise, false.
スレッド セーフ
この型のパブリックな静的 (Visual Basic では共有) メンバーは、すべてスレッド セーフです。インスタンス メンバーはすべて、スレッド セーフであることが保証されません。
プラットフォーム
開発プラットフォーム
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
関連項目
参照
WSTrust13RequestSerializer クラス
WSTrust13RequestSerializer メンバー
Microsoft.IdentityModel.Protocols.WSTrust 名前空間