IMetabaseHelper Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
This interface supports the AD FS infrastructure and is not intended to be used directly from your code. The IMetabaseHelper interface 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)
Syntax
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public interface IMetabaseHelper
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public interface class IMetabaseHelper
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type IMetabaseHelper = interface end
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
Public Interface IMetabaseHelper
Methods
Name | Description | |
---|---|---|
AddWsExtension(String) | Add a Web Service Extension. |
|
InstallIFSFilter(String) | Install the Installable File System (IFS) mapping. |
|
RemoveWildcardScriptMapForIFSExt(String) | Remove the Installable File System (IFS) mapping. |
See Also
MetabaseHelper
System.Web.Security.SingleSignOn Namespace
Return to top