Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a Windows Authentication extension in SQL Server Reporting Services.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Interface IWindowsAuthenticationExtension _
Inherits IAuthenticationExtension, IExtension
'Usage
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
The IWindowsAuthenticationExtension type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetUserInfo | Returns the current user identity. (Inherited from IAuthenticationExtension.) |
![]() |
IsValidPrincipalName | Indicates whether the specified principal name is valid. (Inherited from IAuthenticationExtension.) |
![]() |
LogonUser | Creates a logon session for the user associated with the given credentials. (Inherited from IAuthenticationExtension.) |
![]() |
PrincipalNameToSid | Gets the Windows SID for the given principal name. |
![]() |
SetConfiguration | Used to pass custom configuration data to an extension. (Inherited from IExtension.) |
![]() |
SidToPrincipalName | Gets the principal name for the given Windows SID. |
Top
.gif)
.gif)