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 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
appId
Type: System.StringThe target application ID.
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.