SecurityObjectKind 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 types of security objects
[System.Serializable]
public enum SecurityObjectKind
[<System.Serializable>]
type SecurityObjectKind =
Public Enum SecurityObjectKind
- Inheritance
-
SecurityObjectKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | |
ApplicationRole | 1 | |
Assembly | 2 | |
AsymmetricKey | 3 | |
Certificate | 4 | |
Contract | 5 | |
Database | 6 | |
Endpoint | 7 | |
FullTextCatalog | 8 | |
Login | 9 | |
MessageType | 10 | |
Object | 11 | |
RemoteServiceBinding | 12 | |
Role | 13 | |
Route | 14 | |
Schema | 15 | |
Server | 16 | |
Service | 17 | |
SymmetricKey | 18 | |
Type | 19 | |
User | 20 | |
XmlSchemaCollection | 21 | |
FullTextStopList | 22 | |
SearchPropertyList | 23 | |
ServerRole | 24 | |
AvailabilityGroup | 25 |