ISsoLookupService.GetCredentials(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.
Retrieves the username/password for the application.
public:
cli::array <System::String ^> ^ GetCredentials(System::String ^ applicationName);
public string[] GetCredentials (string applicationName);
abstract member GetCredentials : string -> string[]
Public Function GetCredentials (applicationName As String) As String()
Parameters
- applicationName
- String
Specifies the application name.
Returns
String[]