Интерфейс 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. |
В начало