Share via


SecureStoreServiceCredentialsNotFoundFault.CredentialManagementUrl property

Gets or sets the URL for managing credentials for a target application.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CredentialManagementUrl As Uri
    Get
    Set
'Usage
Dim instance As SecureStoreServiceCredentialsNotFoundFault
Dim value As Uri

value = instance.CredentialManagementUrl

instance.CredentialManagementUrl = value
[DataMemberAttribute]
public Uri CredentialManagementUrl { get; set; }

Property value

Type: System.Uri
The URL for managing credentials for a target application.

See also

Reference

SecureStoreServiceCredentialsNotFoundFault class

SecureStoreServiceCredentialsNotFoundFault members

Microsoft.Office.SecureStoreService.Server namespace