WSTrust13RequestSerializer.CanRead(XmlReader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查指定的讀取器是否位於 RequestSecurityToken
命名空間為 “http://docs.oasis-open.org/ws-sx/ws-trust/200512"” 的專案。
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
參數
傳回
true
如果讀取器位於命名空間為 “http://docs.oasis-open.org/ws-sx/ws-trust/200512";否則為 false
。
例外狀況
reader
為 null
。