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.StringA description message for the fault.
targetApplicationId
Type: System.StringThe ID of the target application.
url
Type: System.UriThe URL for managing credentials for a target application.
See Also
Reference
SecureStoreServiceCredentialsNotFoundFault Class
SecureStoreServiceCredentialsNotFoundFault Members