IWindowsAuthenticationExtension2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents interface of windows authentication extension.
public interface class IWindowsAuthenticationExtension2 : Microsoft::ReportingServices::Interfaces::IAuthenticationExtension2
public interface IWindowsAuthenticationExtension2 : Microsoft.ReportingServices.Interfaces.IAuthenticationExtension2
type IWindowsAuthenticationExtension2 = interface
interface IAuthenticationExtension2
interface IExtension
Public Interface IWindowsAuthenticationExtension2
Implements IAuthenticationExtension2
- Implements
Properties
LocalizedName |
Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension) |
Methods
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) |
Gets the Windows SID for the given principal name. |
SetConfiguration(String) |
Used to pass custom configuration data to an extension. (Inherited from IExtension) |
SidToPrincipalName(Byte[]) |
Gets the principal name for the given Windows SID. |