Compartir a través de


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
Propiedad pública 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
Método público GetUserInfo Returns the current user identity. (Se hereda de IAuthenticationExtension.)
Método público IsValidPrincipalName Indicates whether the specified principal name is valid. (Se hereda de IAuthenticationExtension.)
Método público LogonUser Creates a logon session for the user associated with the given credentials. (Se hereda de IAuthenticationExtension.)
Método público PrincipalNameToSid Gets the Windows SID for the given principal name.
Método público SetConfiguration Used to pass custom configuration data to an extension. (Se hereda de IExtension.)
Método público SidToPrincipalName Gets the principal name for the given Windows SID.

Arriba