Share via


TargetApplicationField Constructor (String, Boolean, SecureStoreCredentialType)

Initializes a new instance of the TargetApplicationField class using the specified parameters.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    masked As Boolean, _
    credentialType As SecureStoreCredentialType _
)
'Usage
Dim name As String
Dim masked As Boolean
Dim credentialType As SecureStoreCredentialType

Dim instance As New TargetApplicationField(name, masked, _
    credentialType)
public TargetApplicationField(
    string name,
    bool masked,
    SecureStoreCredentialType credentialType
)

Parameters

  • masked
    Type: System.Boolean

    true to mask the field in the user interface (UI); otherwise, false.

See Also

Reference

TargetApplicationField Class

TargetApplicationField Members

TargetApplicationField Overload

Microsoft.Office.SecureStoreService.Server Namespace