Membros IWindowsAuthenticationExtension
Represents a Windows Authentication extension in SQL Server Reporting Services.
O tipo IWindowsAuthenticationExtension expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
GetUserInfo | Returns the current user identity. (Herdado de IAuthenticationExtension.) | |
IsValidPrincipalName | Indicates whether the specified principal name is valid. (Herdado de IAuthenticationExtension.) | |
LogonUser | Creates a logon session for the user associated with the given credentials. (Herdado de IAuthenticationExtension.) | |
PrincipalNameToSid | Gets the Windows SID for the given principal name. | |
SetConfiguration | Used to pass custom configuration data to an extension. (Herdado de IExtension.) | |
SidToPrincipalName | Gets the principal name for the given Windows SID. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Herdado de IExtension.) |
Início
Consulte também