Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the credential fields for the specified target application.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetTargetApplicationFields ( _
appId As String _
) As ReadOnlyCollection(Of ITargetApplicationField)
'Usage
Dim instance As ISecureStoreProviderExtended
Dim appId As String
Dim returnValue As ReadOnlyCollection(Of ITargetApplicationField)
returnValue = instance.GetTargetApplicationFields(appId)
ReadOnlyCollection<ITargetApplicationField> GetTargetApplicationFields(
string appId
)
Parameters
appId
Type: System.StringThe target application identifier.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ITargetApplicationField>
The collection of target application fields.
Exceptions
Exception | Condition |
---|---|
SecureStoreTargetApplicationNotFoundException | The target application does not exist in the Secure Store. |
See Also
Reference
ISecureStoreProviderExtended Interface