AifBridgeService.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.
Caution
The method GetCredentials has been deprecated. Use the GetSecureCredential method instead.
Retireves credentials using the SSO lookup service
public:
cli::array <System::String ^> ^ GetCredentials(System::String ^ applicationName);
[System.Obsolete("The method GetCredentials has been deprecated. Use the GetSecureCredential method instead.")]
public string[] GetCredentials (string applicationName);
[<System.Obsolete("The method GetCredentials has been deprecated. Use the GetSecureCredential method instead.")>]
member this.GetCredentials : string -> string[]
Public Function GetCredentials (applicationName As String) As String()
Parameters
- applicationName
- String
Specifies the application name.
Returns
String[]
- Attributes