Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IAuthenticationExtension2 Interface

Definition

Namespace:
Microsoft.ReportingServices.Interfaces
Assemblies:
Microsoft.ReportingServices.Interfaces.dll, Microsoft.ReportingServices.SharePoint.UI.WebParts.dll

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 authentication extension.

public interface class IAuthenticationExtension2 : Microsoft::ReportingServices::Interfaces::IExtension
public interface IAuthenticationExtension2 : Microsoft.ReportingServices.Interfaces.IExtension
type IAuthenticationExtension2 = interface
 interface IExtension
Public Interface IAuthenticationExtension2
Implements IExtension
Derived
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.

GetUserInfo(IRSRequestContext, IIdentity, IntPtr)

Returns information about the specified user.

IsValidPrincipalName(String)

Indicates whether the specified principal name is valid.

LogonUser(String, String, String)

Creates a logon session for the user associated with the given credentials.

SetConfiguration(String)

Used to pass custom configuration data to an extension.

(Inherited from IExtension)

Applies to