uaPLUS Reference
clientAccount Field
See Also  Send Feedback
NSPlugin Namespace > ServerInstanceInfo Class : clientAccount Field

Glossary Item Box

The account name creating the server instance. Depending on the DA server DCOM configuration this may be the client application account or the user account defined in the DCOM configuration, Identity tab.
For UA server the user account information is either "ANonymous", the user name or the certificate name, depending on the endpoint configuration.

Syntax

Visual Basic (Declaration) 
<MarshalAsAttribute(UnmanagedType.U1 Or  _
    UnmanagedType.I2 Or  _
    UnmanagedType.LPStr Or  _
    UnmanagedType.LPWStr)>
Public clientAccount As String
C# 
[MarshalAsAttribute(UnmanagedType.U1 | 
    UnmanagedType.I2 | 
    UnmanagedType.LPStr | 
    UnmanagedType.LPWStr)]
public string clientAccount

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.