Metodo ReportServerCredentials.GetFormsCredentials
Restituisce un valore Boolean che indica se l'autenticazione basata su form verrà utilizzata per la connessione al server di rapporti nonché le informazioni sulle credenziali da utilizzare per l'autenticazione.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
Public Function GetFormsCredentials ( _
<OutAttribute> ByRef authCookie As Cookie, _
<OutAttribute> ByRef userName As String, _
<OutAttribute> ByRef password As String, _
<OutAttribute> ByRef authority As String _
) As Boolean
public bool GetFormsCredentials(
out Cookie authCookie,
out string userName,
out string password,
out string authority
)
public:
virtual bool GetFormsCredentials(
[OutAttribute] Cookie^% authCookie,
[OutAttribute] String^% userName,
[OutAttribute] String^% password,
[OutAttribute] String^% authority
) sealed
abstract GetFormsCredentials :
authCookie:Cookie byref *
userName:string byref *
password:string byref *
authority:string byref -> bool
override GetFormsCredentials :
authCookie:Cookie byref *
userName:string byref *
password:string byref *
authority:string byref -> bool
public final function GetFormsCredentials(
authCookie : Cookie,
userName : String,
password : String,
authority : String
) : boolean
Parametri
- authCookie
Tipo: Cookie%
[out] Cookie di autenticazione utilizzato dal server di rapporti.
- userName
Tipo: String%
[out] Nome utente da utilizzare per la connessione al server di rapporti.
- password
Tipo: String%
- authority
Tipo: String%
Valore restituito
Tipo: Boolean
Restituisce true se per la connessione al server di rapporti verrà utilizzata l'autenticazione basata su form.Le informazioni sulle credenziali da utilizzare per l'autenticazione basata su form vengono restituite tramite i parametri out utilizzati nella chiamata al metodo.
Implementa
IReportServerCredentials.GetFormsCredentials(Cookie%, String%, String%, String%)