Share via


IWindowsAuthenticationExtension Members

Include Protected Members
Include Inherited Members

Represents a Windows Authentication extension in SQL Server Reporting Services.

The IWindowsAuthenticationExtension type exposes the following members.

Methods

  Name Description
Public method GetUserInfo(IIdentity%, IntPtr%) Returns the current user identity. (Inherited from IAuthenticationExtension.)
Public method IsValidPrincipalName(String) Indicates whether the specified principal name is valid. (Inherited from IAuthenticationExtension.)
Public method LogonUser(String, String, String) Creates a logon session for the user associated with the given credentials. (Inherited from IAuthenticationExtension.)
Public method PrincipalNameToSid(String) Gets the Windows SID for the given principal name.
Public method SetConfiguration(String) Used to pass custom configuration data to an extension. (Inherited from IExtension.)
Public method SidToPrincipalName(array<Byte[]) Gets the principal name for the given Windows SID.

Top

Properties

  Name Description
Public property LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension.)

Top