IAuthenticationExtension2 Interface

 

Updated: February 25, 2016

Applies To: SQL Server 2016

Represents interface of authentication extension.

Namespace:   Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

public interface class IAuthenticationExtension2 : IExtension

NameDescription
System_CAPS_pubpropertyLocalizedName

Gets the localized name of the extension to be displayed in a user interface.(Inherited from IExtension.)

NameDescription
System_CAPS_pubmethodGetUserInfo(IIdentity^%, IntPtr%)

Returns the information about the specified user.

System_CAPS_pubmethodGetUserInfo(IRSRequestContext^, IIdentity^%, IntPtr%)

Returns information about the specified user.

System_CAPS_pubmethodIsValidPrincipalName(String^)

Indicates whether the specified principal name is valid.

System_CAPS_pubmethodLogonUser(String^, String^, String^)

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

System_CAPS_pubmethodSetConfiguration(String^)

Used to pass custom configuration data to an extension.(Inherited from IExtension.)

Return to top
Show: