Share via


TargetApplication constructor

Initializes a new instance of the TargetApplication class using the specified metadata information.

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

Syntax

'Declaration
Public Sub New ( _
    applicationId As String, _
    friendlyName As String, _
    contactEmail As String, _
    ticketTimeoutInMinutes As Integer, _
    type As TargetApplicationType, _
    credentialManagementUrl As Uri _
)
'Usage
Dim applicationId As String
Dim friendlyName As String
Dim contactEmail As String
Dim ticketTimeoutInMinutes As Integer
Dim type As TargetApplicationType
Dim credentialManagementUrl As Uri

Dim instance As New TargetApplication(applicationId, _
    friendlyName, contactEmail, ticketTimeoutInMinutes, _
    type, credentialManagementUrl)
public TargetApplication(
    string applicationId,
    string friendlyName,
    string contactEmail,
    int ticketTimeoutInMinutes,
    TargetApplicationType type,
    Uri credentialManagementUrl
)

Parameters

  • applicationId
    Type: System.String

    The identifier (ID) of the new target application.

  • friendlyName
    Type: System.String

    The friendly name of the new target application.

  • contactEmail
    Type: System.String

    The contact e-mail address of the new target application.

  • ticketTimeoutInMinutes
    Type: System.Int32

    The length of time, in minutes, for a ticket issued to a user that can be used to redeem credentials for the target application.

  • credentialManagementUrl
    Type: System.Uri

    The URL for managing the credentials of the new target application.

See also

Reference

TargetApplication class

TargetApplication members

Microsoft.Office.SecureStoreService.Server namespace