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. |
页首