ホーム › Security.Authentication.Identity › KERB_LOGON_SUBMIT_TYPE
KERB_LOGON_SUBMIT_TYPE
列挙型メンバー 13
| 名前 | 10進 | 16進 |
|---|---|---|
| KerbInteractiveLogon | 2 | 0x2 |
| KerbSmartCardLogon | 6 | 0x6 |
| KerbWorkstationUnlockLogon | 7 | 0x7 |
| KerbSmartCardUnlockLogon | 8 | 0x8 |
| KerbProxyLogon | 9 | 0x9 |
| KerbTicketLogon | 10 | 0xA |
| KerbTicketUnlockLogon | 11 | 0xB |
| KerbS4ULogon | 12 | 0xC |
| KerbCertificateLogon | 13 | 0xD |
| KerbCertificateS4ULogon | 14 | 0xE |
| KerbCertificateUnlockLogon | 15 | 0xF |
| KerbNoElevationLogon | 83 | 0x53 |
| KerbLuidLogon | 84 | 0x54 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum KERB_LOGON_SUBMIT_TYPE : int {
KerbInteractiveLogon = 2,
KerbSmartCardLogon = 6,
KerbWorkstationUnlockLogon = 7,
KerbSmartCardUnlockLogon = 8,
KerbProxyLogon = 9,
KerbTicketLogon = 10,
KerbTicketUnlockLogon = 11,
KerbS4ULogon = 12,
KerbCertificateLogon = 13,
KerbCertificateS4ULogon = 14,
KerbCertificateUnlockLogon = 15,
KerbNoElevationLogon = 83,
KerbLuidLogon = 84
} KERB_LOGON_SUBMIT_TYPE;public enum KERB_LOGON_SUBMIT_TYPE : int
{
KerbInteractiveLogon = 2,
KerbSmartCardLogon = 6,
KerbWorkstationUnlockLogon = 7,
KerbSmartCardUnlockLogon = 8,
KerbProxyLogon = 9,
KerbTicketLogon = 10,
KerbTicketUnlockLogon = 11,
KerbS4ULogon = 12,
KerbCertificateLogon = 13,
KerbCertificateS4ULogon = 14,
KerbCertificateUnlockLogon = 15,
KerbNoElevationLogon = 83,
KerbLuidLogon = 84,
}Public Enum KERB_LOGON_SUBMIT_TYPE As Integer
KerbInteractiveLogon = 2
KerbSmartCardLogon = 6
KerbWorkstationUnlockLogon = 7
KerbSmartCardUnlockLogon = 8
KerbProxyLogon = 9
KerbTicketLogon = 10
KerbTicketUnlockLogon = 11
KerbS4ULogon = 12
KerbCertificateLogon = 13
KerbCertificateS4ULogon = 14
KerbCertificateUnlockLogon = 15
KerbNoElevationLogon = 83
KerbLuidLogon = 84
End Enumimport enum
class KERB_LOGON_SUBMIT_TYPE(enum.IntEnum):
KerbInteractiveLogon = 2
KerbSmartCardLogon = 6
KerbWorkstationUnlockLogon = 7
KerbSmartCardUnlockLogon = 8
KerbProxyLogon = 9
KerbTicketLogon = 10
KerbTicketUnlockLogon = 11
KerbS4ULogon = 12
KerbCertificateLogon = 13
KerbCertificateS4ULogon = 14
KerbCertificateUnlockLogon = 15
KerbNoElevationLogon = 83
KerbLuidLogon = 84// KERB_LOGON_SUBMIT_TYPE
pub const KerbInteractiveLogon: i32 = 2;
pub const KerbSmartCardLogon: i32 = 6;
pub const KerbWorkstationUnlockLogon: i32 = 7;
pub const KerbSmartCardUnlockLogon: i32 = 8;
pub const KerbProxyLogon: i32 = 9;
pub const KerbTicketLogon: i32 = 10;
pub const KerbTicketUnlockLogon: i32 = 11;
pub const KerbS4ULogon: i32 = 12;
pub const KerbCertificateLogon: i32 = 13;
pub const KerbCertificateS4ULogon: i32 = 14;
pub const KerbCertificateUnlockLogon: i32 = 15;
pub const KerbNoElevationLogon: i32 = 83;
pub const KerbLuidLogon: i32 = 84;// KERB_LOGON_SUBMIT_TYPE
const (
KerbInteractiveLogon int32 = 2
KerbSmartCardLogon int32 = 6
KerbWorkstationUnlockLogon int32 = 7
KerbSmartCardUnlockLogon int32 = 8
KerbProxyLogon int32 = 9
KerbTicketLogon int32 = 10
KerbTicketUnlockLogon int32 = 11
KerbS4ULogon int32 = 12
KerbCertificateLogon int32 = 13
KerbCertificateS4ULogon int32 = 14
KerbCertificateUnlockLogon int32 = 15
KerbNoElevationLogon int32 = 83
KerbLuidLogon int32 = 84
)const
KerbInteractiveLogon = 2;
KerbSmartCardLogon = 6;
KerbWorkstationUnlockLogon = 7;
KerbSmartCardUnlockLogon = 8;
KerbProxyLogon = 9;
KerbTicketLogon = 10;
KerbTicketUnlockLogon = 11;
KerbS4ULogon = 12;
KerbCertificateLogon = 13;
KerbCertificateS4ULogon = 14;
KerbCertificateUnlockLogon = 15;
KerbNoElevationLogon = 83;
KerbLuidLogon = 84;// KERB_LOGON_SUBMIT_TYPE
pub const KerbInteractiveLogon: i32 = 2;
pub const KerbSmartCardLogon: i32 = 6;
pub const KerbWorkstationUnlockLogon: i32 = 7;
pub const KerbSmartCardUnlockLogon: i32 = 8;
pub const KerbProxyLogon: i32 = 9;
pub const KerbTicketLogon: i32 = 10;
pub const KerbTicketUnlockLogon: i32 = 11;
pub const KerbS4ULogon: i32 = 12;
pub const KerbCertificateLogon: i32 = 13;
pub const KerbCertificateS4ULogon: i32 = 14;
pub const KerbCertificateUnlockLogon: i32 = 15;
pub const KerbNoElevationLogon: i32 = 83;
pub const KerbLuidLogon: i32 = 84;const
KerbInteractiveLogon* = 2
KerbSmartCardLogon* = 6
KerbWorkstationUnlockLogon* = 7
KerbSmartCardUnlockLogon* = 8
KerbProxyLogon* = 9
KerbTicketLogon* = 10
KerbTicketUnlockLogon* = 11
KerbS4ULogon* = 12
KerbCertificateLogon* = 13
KerbCertificateS4ULogon* = 14
KerbCertificateUnlockLogon* = 15
KerbNoElevationLogon* = 83
KerbLuidLogon* = 84enum KERB_LOGON_SUBMIT_TYPE : int {
KerbInteractiveLogon = 2,
KerbSmartCardLogon = 6,
KerbWorkstationUnlockLogon = 7,
KerbSmartCardUnlockLogon = 8,
KerbProxyLogon = 9,
KerbTicketLogon = 10,
KerbTicketUnlockLogon = 11,
KerbS4ULogon = 12,
KerbCertificateLogon = 13,
KerbCertificateS4ULogon = 14,
KerbCertificateUnlockLogon = 15,
KerbNoElevationLogon = 83,
KerbLuidLogon = 84,
}#define global KerbInteractiveLogon 0x2
#define global KerbSmartCardLogon 0x6
#define global KerbWorkstationUnlockLogon 0x7
#define global KerbSmartCardUnlockLogon 0x8
#define global KerbProxyLogon 0x9
#define global KerbTicketLogon 0xA
#define global KerbTicketUnlockLogon 0xB
#define global KerbS4ULogon 0xC
#define global KerbCertificateLogon 0xD
#define global KerbCertificateS4ULogon 0xE
#define global KerbCertificateUnlockLogon 0xF
#define global KerbNoElevationLogon 0x53
#define global KerbLuidLogon 0x54