ISSOMapper2.SetExternalCredentials(String, String, 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:
void SetExternalCredentials(System::String ^ applicationName, System::String ^ externalUserName, cli::array <System::String ^> ^ % externalCredentials);
public void SetExternalCredentials (string applicationName, string externalUserName, ref string[] externalCredentials);
abstract member SetExternalCredentials : string * string * String[] -> unit
Public Sub SetExternalCredentials (applicationName As String, externalUserName As String, ByRef externalCredentials As String())
Parameters
- applicationName
- String
- externalUserName
- String
- externalCredentials
- String[]