dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / TargetPrincipal Property

In This Topic
    TargetPrincipal Property
    In This Topic
    Gets or sets the fully qualified Kerberos principal name of the DB2® instance owner for a target server.
    Syntax
    'Declaration
     
    Public Property TargetPrincipal As String
    public string TargetPrincipal {get; set;}

    Property Value

    The fully qualified Kerberos principal name of the DB2® instance owner for a target server.
    Remarks
    Used when Authentication is set to "KERBEROS".
    See Also