 | 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
<FlagsAttribute>
Public Enumeration FLAGS
[FlagsAttribute]
public enum class FLAGS
[<FlagsAttribute>]
type FLAGS
Members|
| Member name | Value | Description |
|---|
| EXCLUDE_CERTIFICATES | 8 |
The exclude certificates
|
| EXPECT_CONFIRMATION | 131072 |
The expect confirmation
|
| GENERIC_CREDENTIALS | 262144 |
The generic credentials
|
See Also