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 URL where a caller can set credentials for a target application.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetCredentialManagementUrl ( _
appId As String _
) As Uri
'Usage
Dim instance As ICredentialEntry
Dim appId As String
Dim returnValue As Uri
returnValue = instance.GetCredentialManagementUrl(appId)
Uri GetCredentialManagementUrl(
string appId
)
Parameters
appId
Type: System.StringThe target application identifier.
Return Value
Type: System.Uri
The URL for credential management.