C# Class LDAPConnection.SEC_WINNT_AUTH_IDENTITY, code

Show file Open project: shendongnian/code

Public Properties

Property Type Description
Domain IntPtr,
DomainLength int
Flags uint
Password IntPtr,
PasswordLength int
User IntPtr,
UserLength int

Public Methods

Method Description
Free ( IntPtr, pSwai ) : void
GetUnicode ( string username, SecureString, password, string domain ) : IntPtr,

Method Details

Free() public static method

public static Free ( IntPtr, pSwai ) : void
pSwai IntPtr,
return void

GetUnicode() public static method

public static GetUnicode ( string username, SecureString, password, string domain ) : IntPtr,
username string
password SecureString,
domain string
return IntPtr,

Property Details

Domain public property

public IntPtr, Domain
return IntPtr,

DomainLength public property

public int DomainLength
return int

Flags public property

public uint Flags
return uint

Password public property

public IntPtr, Password
return IntPtr,

PasswordLength public property

public int PasswordLength
return int

User public property

public IntPtr, User
return IntPtr,

UserLength public property

public int UserLength
return int