SecureStoreServiceApplicationProxy.GetRestrictedCredentials Method
NOTE: This API is now obsolete.
Gets the credentials for a restricted application using the specified partition ID and application ID.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")> _
Public Function GetRestrictedCredentials ( _
applicationId As String _
) As SecureStoreCredentialCollection
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim applicationId As String
Dim returnValue As SecureStoreCredentialCollection
returnValue = instance.GetRestrictedCredentials(applicationId)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public 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 for the restricted target application.
Remarks
Since this method is obsolete, you should invoke it through the ISecureStore interface instead.
See Also
Reference
SecureStoreServiceApplicationProxy Class