AifBridgeService.GetSecureCredentials(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 credentials using the secure SSO service.
public:
Microsoft::Uii::AifServices::Credential ^ GetSecureCredentials(System::String ^ applicationName);
public Microsoft.Uii.AifServices.Credential GetSecureCredentials (string applicationName);
member this.GetSecureCredentials : string -> Microsoft.Uii.AifServices.Credential
Public Function GetSecureCredentials (applicationName As String) As Credential
Parameters
- applicationName
- String
Specifies the application name.
Returns
Credential