TargetApplication.CredentialManagementUrl Property
Gets or sets the uniform resource indicator (URI) for managing the credentials.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Property CredentialManagementUrl As Uri
Get
Set
'Usage
Dim instance As TargetApplication
Dim value As Uri
value = instance.CredentialManagementUrl
instance.CredentialManagementUrl = value
public Uri CredentialManagementUrl { get; set; }
Property Value
Type: System.Uri
The URI for managing the credentials.
Implements
ITargetApplicationDefinition.CredentialManagementUrl