ISecureStore.GetRestrictedCredentials Method
Gets the credentials for a restricted target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Function GetRestrictedCredentials ( _
applicationId As String _
) As SecureStoreCredentialCollection
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As SecureStoreCredentialCollection
returnValue = instance.GetRestrictedCredentials(applicationId)
SecureStoreCredentialCollection GetRestrictedCredentials(
string applicationId
)
Parameters
applicationId
Type: System.StringThe ID of the restricted target application.
Return Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialCollection
A credentials collection of the restricted target application.
Remarks
This method can be called to return the credentials for restricted and non-restricted target applications.