ホーム › Security.Authentication.Identity › KERB_PROFILE_BUFFER_TYPE
KERB_PROFILE_BUFFER_TYPE
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| KerbInteractiveProfile | 2 | 0x2 |
| KerbSmartCardProfile | 4 | 0x4 |
| KerbTicketProfile | 6 | 0x6 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum KERB_PROFILE_BUFFER_TYPE : int {
KerbInteractiveProfile = 2,
KerbSmartCardProfile = 4,
KerbTicketProfile = 6
} KERB_PROFILE_BUFFER_TYPE;public enum KERB_PROFILE_BUFFER_TYPE : int
{
KerbInteractiveProfile = 2,
KerbSmartCardProfile = 4,
KerbTicketProfile = 6,
}Public Enum KERB_PROFILE_BUFFER_TYPE As Integer
KerbInteractiveProfile = 2
KerbSmartCardProfile = 4
KerbTicketProfile = 6
End Enumimport enum
class KERB_PROFILE_BUFFER_TYPE(enum.IntEnum):
KerbInteractiveProfile = 2
KerbSmartCardProfile = 4
KerbTicketProfile = 6// KERB_PROFILE_BUFFER_TYPE
pub const KerbInteractiveProfile: i32 = 2;
pub const KerbSmartCardProfile: i32 = 4;
pub const KerbTicketProfile: i32 = 6;// KERB_PROFILE_BUFFER_TYPE
const (
KerbInteractiveProfile int32 = 2
KerbSmartCardProfile int32 = 4
KerbTicketProfile int32 = 6
)const
KerbInteractiveProfile = 2;
KerbSmartCardProfile = 4;
KerbTicketProfile = 6;// KERB_PROFILE_BUFFER_TYPE
pub const KerbInteractiveProfile: i32 = 2;
pub const KerbSmartCardProfile: i32 = 4;
pub const KerbTicketProfile: i32 = 6;const
KerbInteractiveProfile* = 2
KerbSmartCardProfile* = 4
KerbTicketProfile* = 6enum KERB_PROFILE_BUFFER_TYPE : int {
KerbInteractiveProfile = 2,
KerbSmartCardProfile = 4,
KerbTicketProfile = 6,
}#define global KerbInteractiveProfile 0x2
#define global KerbSmartCardProfile 0x4
#define global KerbTicketProfile 0x6