IWindowsAuthenticationExtension2 Interface

 

Updated: February 25, 2016

Represents interface of windows 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 IWindowsAuthenticationExtension2 : 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.(Inherited from IAuthenticationExtension2.)

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

Returns information about the specified user.(Inherited from IAuthenticationExtension2.)

System_CAPS_pubmethodIsValidPrincipalName(String^)

Indicates whether the specified principal name is valid.(Inherited from IAuthenticationExtension2.)

System_CAPS_pubmethodLogonUser(String^, String^, String^)

Creates a logon session for the user associated with the given credentials.(Inherited from IAuthenticationExtension2.)

System_CAPS_pubmethodPrincipalNameToSid(String^)

System_CAPS_pubmethodSetConfiguration(String^)

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

System_CAPS_pubmethodSidToPrincipalName(array<Byte>^)

Gets the principal name for the given Windows SID.

Return to top
Show: