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
name
Type: System.StringThe name of the field.
masked
Type: System.Booleantrue to mask the field in the user interface (UI); otherwise, false.
credentialType
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialTypeOne of the enumeration values that specifies the credential type of the field.
See Also
Reference
TargetApplicationField Members