SecDelegationType enumeration (sspi.h)
The type of delegation used by the client.
Syntax
typedef enum _SecDelegationType {
SecFull,
SecService,
SecTree,
SecDirectory,
SecObject
} SecDelegationType, *PSecDelegationType;
Constants
SecFull |
SecService |
SecTree |
SecDirectory |
SecObject |
Requirements
Requirement | Value |
---|---|
Header | sspi.h |