Returns true by default.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim name As String
Dim value As String
Dim returnValue As Boolean

returnValue = Me.OnDeserializeUnrecognizedAttribute(name, value)

Syntax

Visual Basic
Protected Overrides Function OnDeserializeUnrecognizedAttribute ( _
		name As String, _
		value As String _
) As Boolean
C#
protected override bool OnDeserializeUnrecognizedAttribute (
		string name,
		string value
)
C++
protected:
virtual bool OnDeserializeUnrecognizedAttribute (
		String^ name, 
		String^ value
) override
J#
protected boolean OnDeserializeUnrecognizedAttribute (
		String name, 
		String value
)
JScript
protected override function OnDeserializeUnrecognizedAttribute (
		name : String, 
		value : String
) : boolean

Parameters

name

The name of the attribute.

value

The value of the attribute.

Return Value

True by default.

Exceptions

Exception type Condition

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