Share via


SecureStoreServiceCredentialsNotFoundFault constructor (String, String, Uri)

Initializes a new instance of the SecureStoreServiceCredentialsNotFoundFault class with a specified message, application information and a credential management URL.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    targetApplicationId As String, _
    url As Uri _
)
'Usage
Dim message As String
Dim targetApplicationId As String
Dim url As Uri

Dim instance As New SecureStoreServiceCredentialsNotFoundFault(message, _
    targetApplicationId, url)
public SecureStoreServiceCredentialsNotFoundFault(
    string message,
    string targetApplicationId,
    Uri url
)

Parameters

  • message
    Type: System.String

    A description message for the fault.

  • targetApplicationId
    Type: System.String

    The ID of the target application.

  • url
    Type: System.Uri

    The URL for managing credentials for a target application.

See also

Reference

SecureStoreServiceCredentialsNotFoundFault class

SecureStoreServiceCredentialsNotFoundFault members

SecureStoreServiceCredentialsNotFoundFault overload

Microsoft.Office.SecureStoreService.Server namespace