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 | |
---|---|---|
MetabaseHelper() | Initializes a new instance of the MetabaseHelper class. |
Methods
Name | Description | |
---|---|---|
AddWsExtension(String) | Add a Web Service Extension. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
InstallIFSFilter(String) | Install the Installable File System (IFS) mapping. |
|
MemberwiseClone() | (Inherited from Object.) |
|
RemoveWildcardScriptMapForIFSExt(String) | Remove the Installable File System (IFS) mapping. |
|
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