MetabaseHelper Class

 

This class supports the AD FS infrastructure and is not intended to be used directly from your code. The MetabaseHelper class exposes configuration functionality through COM to the AD FS Web Agent for Windows NT Token management UI.

This API is not CLS-compliant.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Inheritance Hierarchy

System.Object
  System.Web.Security.SingleSignOn.MetabaseHelper

Syntax

[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class MetabaseHelper : IMetabaseHelper
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class MetabaseHelper : IMetabaseHelper
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type MetabaseHelper = 
    class
        interface IMetabaseHelper
    end
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
Public Class MetabaseHelper
    Implements IMetabaseHelper

Constructors

Name Description
System_CAPS_pubmethod MetabaseHelper()

Initializes a new instance of the MetabaseHelper class.

Methods

Name Description
System_CAPS_pubmethod AddWsExtension(String)

Add a Web Service Extension.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InstallIFSFilter(String)

Install the Installable File System (IFS) mapping.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RemoveWildcardScriptMapForIFSExt(String)

Remove the Installable File System (IFS) mapping.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

System.Web.Security.SingleSignOn Namespace

Return to top