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