When overriden in the derived classs reads a custom element.
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim reader As XmlReader
Dim context As WSTrustSerializationContext

Me.ReadCustomElement(reader, context)

Syntax

Visual Basic
Protected Overridable Sub ReadCustomElement ( _
		reader As XmlReader, _
		context As WSTrustSerializationContext _
)
C#
protected virtual void ReadCustomElement (
		XmlReader reader,
		WSTrustSerializationContext context
)
C++
protected:
virtual void ReadCustomElement (
		XmlReader^ reader, 
		WSTrustSerializationContext^ context
)
J#
protected void ReadCustomElement (
		XmlReader reader, 
		WSTrustSerializationContext context
)
JScript
protected function ReadCustomElement (
		reader : XmlReader, 
		context : WSTrustSerializationContext
)

Parameters

reader

The reader on the current element.

context

The current serialization context.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also