IPWorks Auth 2020 .NET Edition

Questions / Feedback?

NegotiateToken Property

The negotiate token.

Syntax

public string NegotiateToken { get; }
public byte[] NegotiateTokenB { get; }
Public ReadOnly Property NegotiateToken As String
Public ReadOnly Property NegotiateTokenB As Byte()

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 .NET Edition - Version 20.0 [Build 8155]