Поделиться через


Интерфейс IWindowsAuthenticationExtension

Represents a Windows Authentication extension in SQL Server Службы Reporting Services.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
Public Interface IWindowsAuthenticationExtension _
    Inherits IAuthenticationExtension, IExtension
'Применение
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

Тип IWindowsAuthenticationExtension обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Производный от IExtension.)

В начало

Методы

  Имя Описание
Открытый метод GetUserInfo Returns the current user identity. (Производный от IAuthenticationExtension.)
Открытый метод IsValidPrincipalName Indicates whether the specified principal name is valid. (Производный от IAuthenticationExtension.)
Открытый метод LogonUser Creates a logon session for the user associated with the given credentials. (Производный от IAuthenticationExtension.)
Открытый метод PrincipalNameToSid Gets the Windows SID for the given principal name.
Открытый метод SetConfiguration Used to pass custom configuration data to an extension. (Производный от IExtension.)
Открытый метод SidToPrincipalName Gets the principal name for the given Windows SID.

В начало