Interfaz IWindowsAuthenticationExtension
Represents a Windows Authentication extension in SQL Server Reporting Services.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblados: Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxis
'Declaración
Public Interface IWindowsAuthenticationExtension _
Inherits IAuthenticationExtension, IExtension
'Uso
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
El tipo IWindowsAuthenticationExtension expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Se hereda de IExtension.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
GetUserInfo | Returns the current user identity. (Se hereda de IAuthenticationExtension.) | |
IsValidPrincipalName | Indicates whether the specified principal name is valid. (Se hereda de IAuthenticationExtension.) | |
LogonUser | Creates a logon session for the user associated with the given credentials. (Se hereda de IAuthenticationExtension.) | |
PrincipalNameToSid | Gets the Windows SID for the given principal name. | |
SetConfiguration | Used to pass custom configuration data to an extension. (Se hereda de IExtension.) | |
SidToPrincipalName | Gets the principal name for the given Windows SID. |
Arriba