IAuthenticationExtension Members
Include Protected Members
Include Inherited Members
Represents an authentication extension in SQL Server Reporting Services.
The IAuthenticationExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetUserInfo(IIdentity%, IntPtr%) | Returns the current user identity. | |
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.) |
Top
Properties
Name | Description | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension.) |
Top