Click or drag to resize

CREDMGMTUIFLAGS Enumeration

Provides the flags that specify how the Windows credential manager handles the credentials. http://msdn.microsoft.com/en-us/library/windows/desktop/aa375177(v=vs.85).aspx

Namespace:  Koden.Utils.Exchange
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
[FlagsAttribute]
public enum FLAGS
Members
  Member nameValueDescription
EXCLUDE_CERTIFICATES8 The exclude certificates
EXPECT_CONFIRMATION131072 The expect confirmation
GENERIC_CREDENTIALS262144 The generic credentials
See Also