PSCredentialTypes
Enum
Definition
Defines the valid types of MSH credentials. Used by PromptForCredential calls.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum PSCredentialTypes
- Inheritance
-
PSCredentialTypes
- Attributes
Fields
| Default | Default credentials. |
| Domain | Credentials valid for a domain. |
| Generic | Generic credentials. |