PrincipalType 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.
The principal types that can be used in security statements.
public enum PrincipalType
type PrincipalType =
Public Enum PrincipalType
- Inheritance
-
PrincipalType
Fields
Name | Value | Description |
---|---|---|
Null | 0 | Null was used. |
Public | 1 | Public was used. |
Identifier | 2 | Use the identifier. |