JAMS 6.x Help
CheckSecurity Method


The clients machine name.
The domain that authenticated the client.
The username of the client.
The username that the client should use on the server.
Checks access to the server for the client.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Sub CheckSecurity( _
   ByVal machineName As System.String, _
   ByVal domainName As System.String, _
   ByVal userName As System.String, _
   ByRef server_username As System.String, _
   ByVal securityInfo() As System.Byte _
) 
'Usage
 
Dim instance As IServerInfo
Dim machineName As System.String
Dim domainName As System.String
Dim userName As System.String
Dim server_username As System.String
Dim securityInfo() As System.Byte
 
instance.CheckSecurity(machineName, domainName, userName, server_username, securityInfo)
[System.ServiceModel.OperationContract()]
void CheckSecurity( 
   System.string machineName,
   System.string domainName,
   System.string userName,
   out System.string server_username,
   System.byte[] securityInfo
)

Parameters

machineName
The clients machine name.
domainName
The domain that authenticated the client.
userName
The username of the client.
server_username
The username that the client should use on the server.
securityInfo
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IServerInfo Interface
IServerInfo Members