Share via


SecureStoreProvider.GetCredentialManagementUrl Method

Gets the URI for managing credentials for the target application using the specified target application ID.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Assert, Name := "FullTrust")> _
<SecureStorePermissionAttribute(SecurityAction.Demand, Access := SecureStoreAccess.Minimal)> _
Public Function GetCredentialManagementUrl ( _
    appId As String _
) As Uri
'Usage
Dim instance As SecureStoreProvider
Dim appId As String
Dim returnValue As Uri

returnValue = instance.GetCredentialManagementUrl(appId)
[PermissionSetAttribute(SecurityAction.Assert, Name = "FullTrust")]
[SecureStorePermissionAttribute(SecurityAction.Demand, Access = SecureStoreAccess.Minimal)]
public Uri GetCredentialManagementUrl(
    string appId
)

Parameters

Return Value

Type: System.Uri
The URI for managing credentials for the target application.

Implements

ICredentialEntry.GetCredentialManagementUrl(String)

Exceptions

Exception Condition
SecureStoreTargetApplicationNotFoundException

The target application does not exist in the Secure Store.

Remarks

This method gets the URI for managing credentials only for individual applications.

See Also

Reference

SecureStoreProvider Class

SecureStoreProvider Members

Microsoft.Office.SecureStoreService.Server Namespace