Reflection
Principal Property


Specifies the principal for which you want to obtain Kerberos credentials.
Syntax
'Declaration
 
Property Principal As String
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As String
 
instance.Principal = value
 
value = instance.Principal
string Principal {get; set;}

Property Value

This value cannot be changed if the connection is open.
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.
See Also