NegotiateToken Property
The negotiate token.
Syntax
__property String NegotiateToken = {read=FNegotiateToken, write=FSetNegotiateToken}; __property RawByteString NegotiateTokenB = {read=FNegotiateTokenB, write=FSetNegotiateTokenB};
Default Value
""
Remarks
This property is populated after calling CreateNegotiateToken. By default the value is Base64 encoded. To obtain the raw value set EncodeToken to False before calling CreateNegotiateToken.
This property is read-only.
Data Type
Binary String