IWindowsAuthenticationExtension2 Interface
Updated: February 25, 2016
Represents interface of windows authentication extension.
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | LocalizedName | Gets the localized name of the extension to be displayed in a user interface.(Inherited from IExtension.) |
| Name | Description | |
|---|---|---|
![]() | GetUserInfo(IIdentity^%, IntPtr%) | Returns the information about the specified user.(Inherited from IAuthenticationExtension2.) |
![]() | GetUserInfo(IRSRequestContext^, IIdentity^%, IntPtr%) | Returns information about the specified user.(Inherited from IAuthenticationExtension2.) |
![]() | IsValidPrincipalName(String^) | Indicates whether the specified principal name is valid.(Inherited from IAuthenticationExtension2.) |
![]() | LogonUser(String^, String^, String^) | Creates a logon session for the user associated with the given credentials.(Inherited from IAuthenticationExtension2.) |
![]() | PrincipalNameToSid(String^) | |
![]() | SetConfiguration(String^) | Used to pass custom configuration data to an extension.(Inherited from IExtension.) |
![]() | SidToPrincipalName(array<Byte>^) | Gets the principal name for the given Windows SID. |
Show:

