AifBridgeService.GetCredentials Method

Retireves credentials using the SSO lookup service

Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)

Usage

'Usage
Dim instance As AifBridgeService
Dim applicationName As String
Dim returnValue As String()

returnValue = instance.GetCredentials(applicationName)

Syntax

'Declaration
<ObsoleteAttribute("The method GetCredentials has been deprecated. Use the GetSecureCredential method instead.")> _
Public Function GetCredentials ( _
    applicationName As String _
) As String()
[ObsoleteAttribute("The method GetCredentials has been deprecated. Use the GetSecureCredential method instead.")] 
public string[] GetCredentials (
    string applicationName
)
[ObsoleteAttribute(L"The method GetCredentials has been deprecated. Use the GetSecureCredential method instead.")] 
public:
array<String^>^ GetCredentials (
    String^ applicationName
)
/** @attribute ObsoleteAttribute("The method GetCredentials has been deprecated. Use the GetSecureCredential method instead.") */ 
public String[] GetCredentials (
    String applicationName
)
ObsoleteAttribute("The method GetCredentials has been deprecated. Use the GetSecureCredential method instead.") 
public function GetCredentials (
    applicationName : String
) : String[]

Parameters

  • applicationName
    Specifies the application name.

Return Value

Type: String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AifBridgeService Class
AifBridgeService Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.