IWindowsAuthenticationExtension Interface

Definition

Represents a Windows Authentication extension in SQL Server Reporting Services.

public interface class IWindowsAuthenticationExtension : Microsoft::ReportingServices::Interfaces::IAuthenticationExtension
public interface IWindowsAuthenticationExtension : Microsoft.ReportingServices.Interfaces.IAuthenticationExtension
type IWindowsAuthenticationExtension = interface
    interface IAuthenticationExtension
    interface IExtension
Public Interface IWindowsAuthenticationExtension
Implements IAuthenticationExtension
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 current user identity.

(Inherited from IAuthenticationExtension)
IsValidPrincipalName(String)

Indicates whether the specified principal name is valid.

(Inherited from IAuthenticationExtension)
LogonUser(String, String, String)

Indicates whether the logon session for the user is associated with the given credentials.

(Inherited from IAuthenticationExtension)
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.

Applies to