PSCredentialTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the valid types of PSCredentials. Used by PromptForCredential calls.
This enumeration supports a bitwise combination of its member values.
public enum class PSCredentialTypes
[System.Flags]
public enum PSCredentialTypes
[<System.Flags>]
type PSCredentialTypes =
Public Enum PSCredentialTypes
- Inheritance
-
PSCredentialTypes
- Attributes
Fields
Default | 3 | Default credentials. |
Domain | 2 | Credentials valid for a domain. |
Generic | 1 | Generic credentials. |