Programming with FTP OLE Automation
KerberosFwdTkt property
Syntax |
Object.KerberosFwdTkt |
Data type |
Boolean |
Returns (first syntax line) or specifies (second syntax line) whether Ticket Granting Tickets (TGT) are forwardable. Ticket forwarding allows you to forward your TGT to another host and get service tickets for additional services without having to repeat the authentication process with the KDC. Tickets that have been forwarded may be forwarded again.
Note: If UseKerberos is set to False, this property is ignored.
The default value is False.
None