 |
MessageHeaderAuthenticationKey Property |
Authentication key passed by client. This is an encrypted string containing the Enterprise ID, Site ID and Vendor ID
Namespace:
ASI.TAM.API.Web.EpicSDK
Assembly:
ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntaxpublic string AuthenticationKey { get; set; }
Public Property AuthenticationKey As String
Get
Set
Dim instance As MessageHeader
Dim value As String
value = instance.AuthenticationKey
instance.AuthenticationKey = value
Property Value
Type:
String
Remarks
See Also