ISecureSsoLookupService.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 credential object.
public:
Microsoft::Uii::AifServices::Credential ^ GetCredentials(System::String ^ applicationName);
public Microsoft.Uii.AifServices.Credential GetCredentials (string applicationName);
abstract member GetCredentials : string -> Microsoft.Uii.AifServices.Credential
Public Function GetCredentials (applicationName As String) As Credential
Parameters
- applicationName
- String
Specifies the name of the application.
Returns
Credential