ExtremeSwank OpenID
Set Method (name, type)
NamespacesExtremeSwank.OpenIdExtensionRegistrySet(String, Type)
Add a plugin's Type to the registry.
Declaration Syntax
C#Visual BasicVisual C++
public static void Set(
	string name,
	Type type
)
Public Shared Sub Set ( _
	name As String, _
	type As Type _
)
public:
static void Set(
	String^ name, 
	Type^ type
)
Parameters
name (String)
The namespace URI to register
type (Type)
The Type to register
Remarks
The registry is in-memory, and will only remain in the current processing context. By default, ExtensionRegistry automatically registers all IExtension Types shipped with the library. If you are registering custom IExtension Types, ensure you register the Type upon each page load.

Assembly: ExtremeSwank.OpenId (Module: ExtremeSwank.OpenId) Version: 4.0.0.1 (4.0.0.1)