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 management URL if the target application type is an individual application.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property CredentialManagementUrl As Uri
Get
'Usage
Dim instance As SecureStoreCredentialsNotFoundException
Dim value As Uri
value = instance.CredentialManagementUrl
public Uri CredentialManagementUrl { get; }
Property Value
Type: System.Uri
The credential management URL for an individual target application or a null reference (Nothing in Visual Basic) for a group application.
Remarks
The URL points to a page where users can enter their credentials for a target application. The URL can be relative or absolute.
See Also
Reference
SecureStoreCredentialsNotFoundException Class