Compartir a través de


AifBridgeService.GetCredentials(String) Method

Definition

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

Applies to