5 references to Credui
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\NetCred.cs (5)
69
fixed (char* splitUsername = new char[Interop.
Credui
.CRED_MAX_USERNAME_LENGTH])
70
fixed (char* splitDomain = new char[Interop.
Credui
.CRED_MAX_DOMAIN_TARGET_LENGTH])
72
int result = Interop.
Credui
.CredUIParseUserName(
75
Interop.
Credui
.CRED_MAX_USERNAME_LENGTH,
77
Interop.
Credui
.CRED_MAX_DOMAIN_TARGET_LENGTH);