Condividi tramite


Interfaccia IWindowsAuthenticationExtension

Represents a Windows Authentication extension in SQL Server Reporting Services.

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

'Dichiarazione
Public Interface IWindowsAuthenticationExtension _
    Inherits IAuthenticationExtension, IExtension
'Utilizzo
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

Nel tipo IWindowsAuthenticationExtension sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica LocalizedName Gets the localized name of the extension to be displayed in a user interface. Ereditato da IExtension.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetUserInfo Returns the current user identity. Ereditato da IAuthenticationExtension.
Metodo pubblico IsValidPrincipalName Indicates whether the specified principal name is valid. Ereditato da IAuthenticationExtension.
Metodo pubblico LogonUser Creates a logon session for the user associated with the given credentials. Ereditato da IAuthenticationExtension.
Metodo pubblico PrincipalNameToSid Gets the Windows SID for the given principal name.
Metodo pubblico SetConfiguration Used to pass custom configuration data to an extension. Ereditato da IExtension.
Metodo pubblico SidToPrincipalName Gets the principal name for the given Windows SID.

In alto