Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

CRED_TYPE (Constants)
 
.
Summary
CRED_TYPE_* constants

C# Constants:

const readonly int CRED_TYPE_GENERIC = 1;

const readonly int CRED_TYPE_DOMAIN_PASSWORD = 2;

const readonly int CRED_TYPE_DOMAIN_CERTIFICATE = 3;

const readonly int CRED_TYPE_DOMAIN_VISIBLE_PASSWORD = 4;

const readonly int CRED_TYPE_MAXIMUM = 5; // Maximum supported cred type

VB Constants:

Public Enum CRED_TYPE
   GENERIC = 1
   DOMAIN_PASSWORD
   DOMAIN_CERTIFICATE
   DOMAIN_VISIBLE_PASSWORD
   MAXIMUM      
End Enum

 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions