IWindowsAuthenticationExtension-Member
Represents a Windows Authentication extension in SQL Server Reporting Services.
Der IWindowsAuthenticationExtension-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
GetUserInfo | Returns the current user identity. (Geerbt von IAuthenticationExtension.) | |
IsValidPrincipalName | Indicates whether the specified principal name is valid. (Geerbt von IAuthenticationExtension.) | |
LogonUser | Creates a logon session for the user associated with the given credentials. (Geerbt von IAuthenticationExtension.) | |
PrincipalNameToSid | Gets the Windows SID for the given principal name. | |
SetConfiguration | Used to pass custom configuration data to an extension. (Geerbt von IExtension.) | |
SidToPrincipalName | Gets the principal name for the given Windows SID. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Geerbt von IExtension.) |
Zum Anfang