C# Class LDAPConnection.SEC_WINNT_AUTH_IDENTITY, code

ファイルを表示 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_oe property

public IntPtr, Domain
return IntPtr,

DomainLength public_oe property

public int DomainLength
return int

Flags public_oe property

public uint Flags
return uint

Password public_oe property

public IntPtr, Password
return IntPtr,

PasswordLength public_oe property

public int PasswordLength
return int

User public_oe property

public IntPtr, User
return IntPtr,

UserLength public_oe property

public int UserLength
return int