IReportServerCredentials.GetFormsCredentials Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
bool GetFormsCredentials([Runtime::InteropServices::Out] System::Net::Cookie ^ % authCookie, [Runtime::InteropServices::Out] System::String ^ % userName, [Runtime::InteropServices::Out] System::String ^ % password, [Runtime::InteropServices::Out] System::String ^ % authority);
public bool GetFormsCredentials(out System.Net.Cookie authCookie, out string userName, out string password, out string authority);
abstract member GetFormsCredentials : Cookie * string * string * string -> bool
Public Function GetFormsCredentials (ByRef authCookie As Cookie, ByRef userName As String, ByRef password As String, ByRef authority As String) As Boolean
Параметры
- authCookie
- Cookie
- userName
- String
- password
- String
- authority
- String