ISSOLookup1.GetCredentials(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:
cli::array <System::String ^> ^ GetCredentials(System::String ^ applicationName, int flags, [Runtime::InteropServices::Out] System::String ^ % externalUserName);
public string[] GetCredentials (string applicationName, int flags, out string externalUserName);
abstract member GetCredentials : string * int * string -> string[]
Public Function GetCredentials (applicationName As String, flags As Integer, ByRef externalUserName As String) As String()
Parameters
- applicationName
- String
- flags
- Int32
- externalUserName
- String
Returns
- String[]