IWindowsAuthenticationExtension Interface
Represents a Windows Authentication extension in SQL Server Reporting Services.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Interface IWindowsAuthenticationExtension _
Inherits IAuthenticationExtension, IExtension
'Usage
Dim instance As IWindowsAuthenticationExtension
public interface IWindowsAuthenticationExtension : IAuthenticationExtension,
IExtension
public interface class IWindowsAuthenticationExtension : IAuthenticationExtension,
IExtension
type IWindowsAuthenticationExtension =
interface
interface IAuthenticationExtension
interface IExtension
end
public interface IWindowsAuthenticationExtension extends IAuthenticationExtension, IExtension