Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / Principal Property
In This Topic
    Principal Property
    In This Topic
    Specifies the principal for which you want to obtain Kerberos credentials.
    Syntax
    expression.Principal As String
    where expression is a variable that represents a ConnectionSettingsTelnet Object
    Remarks
    A full principal name includes both the principal name and the realm name, in the format [principal]@[realm name]. Use Realm to specify the realm. This value cannot be changed if the connection is open.
    See Also