ISSOLookup2.LogonExternalUser(String, String, Int32, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
long LogonExternalUser(System::String ^ applicationName, System::String ^ userName, int flags, cli::array <System::String ^> ^ % externalCredentials);
public long LogonExternalUser (string applicationName, string userName, int flags, ref string[] externalCredentials);
abstract member LogonExternalUser : string * string * int * String[] -> int64
Public Function LogonExternalUser (applicationName As String, userName As String, flags As Integer, ByRef externalCredentials As String()) As Long
Parameters
- applicationName
- String
- userName
- String
- flags
- Int32
- externalCredentials
- String[]