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. |
맨 위로 이동