Compartilhar via


ISecureSsoLookupService.GetCredentials Method

Retrieves the credential object.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As ISecureSsoLookupService
Dim applicationName As String
Dim returnValue As Credential

returnValue = instance.GetCredentials(applicationName)

Syntax

'Declaration
Function GetCredentials ( _
    applicationName As String _
) As Credential
Credential GetCredentials (
    string applicationName
)
Credential^ GetCredentials (
    String^ applicationName
)
Credential GetCredentials (
    String applicationName
)
function GetCredentials (
    applicationName : String
) : Credential

Parameters

  • applicationName
    Specifies the name of the application.

Return Value

Credential

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

ISecureSsoLookupService Interface
ISecureSsoLookupService Members
Microsoft.Uii.AifServices Namespace

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