Compartir a través de


IWindowsAuthenticationExtension Miembros

Represents a Windows Authentication extension in SQL Server Reporting Services.

El tipo IWindowsAuthenticationExtension expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico GetUserInfo Returns the current user identity. (Se hereda de IAuthenticationExtension).
Método publico IsValidPrincipalName Indicates whether the specified principal name is valid. (Se hereda de IAuthenticationExtension).
Método publico LogonUser Creates a logon session for the user associated with the given credentials. (Se hereda de IAuthenticationExtension).
Método publico PrincipalNameToSid Gets the Windows SID for the given principal name.
Método publico SetConfiguration Used to pass custom configuration data to an extension. (Se hereda de IExtension).
Método publico SidToPrincipalName Gets the principal name for the given Windows SID.

Principio

Propiedades

  Nombre Descripción
Propiedad pública LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Se hereda de IExtension).

Principio