Win32 API 日本語リファレンス
ホームSecurity.Authentication.Identity › MSV1_0_CREDENTIAL_KEY_TYPE

MSV1_0_CREDENTIAL_KEY_TYPE

列挙型
基底型i4

メンバー 5

名前10進16進
InvalidCredKey00x0
DeprecatedIUMCredKey10x1
DomainUserCredKey20x2
LocalUserCredKey30x3
ExternallySuppliedCredKey40x4

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum MSV1_0_CREDENTIAL_KEY_TYPE : int {
    InvalidCredKey = 0,
    DeprecatedIUMCredKey = 1,
    DomainUserCredKey = 2,
    LocalUserCredKey = 3,
    ExternallySuppliedCredKey = 4
} MSV1_0_CREDENTIAL_KEY_TYPE;
public enum MSV1_0_CREDENTIAL_KEY_TYPE : int
{
    InvalidCredKey = 0,
    DeprecatedIUMCredKey = 1,
    DomainUserCredKey = 2,
    LocalUserCredKey = 3,
    ExternallySuppliedCredKey = 4,
}
Public Enum MSV1_0_CREDENTIAL_KEY_TYPE As Integer
    InvalidCredKey = 0
    DeprecatedIUMCredKey = 1
    DomainUserCredKey = 2
    LocalUserCredKey = 3
    ExternallySuppliedCredKey = 4
End Enum
import enum

class MSV1_0_CREDENTIAL_KEY_TYPE(enum.IntEnum):
    InvalidCredKey = 0
    DeprecatedIUMCredKey = 1
    DomainUserCredKey = 2
    LocalUserCredKey = 3
    ExternallySuppliedCredKey = 4
// MSV1_0_CREDENTIAL_KEY_TYPE
pub const InvalidCredKey: i32 = 0;
pub const DeprecatedIUMCredKey: i32 = 1;
pub const DomainUserCredKey: i32 = 2;
pub const LocalUserCredKey: i32 = 3;
pub const ExternallySuppliedCredKey: i32 = 4;
// MSV1_0_CREDENTIAL_KEY_TYPE
const (
	InvalidCredKey int32 = 0
	DeprecatedIUMCredKey int32 = 1
	DomainUserCredKey int32 = 2
	LocalUserCredKey int32 = 3
	ExternallySuppliedCredKey int32 = 4
)
const
  InvalidCredKey = 0;
  DeprecatedIUMCredKey = 1;
  DomainUserCredKey = 2;
  LocalUserCredKey = 3;
  ExternallySuppliedCredKey = 4;
// MSV1_0_CREDENTIAL_KEY_TYPE
pub const InvalidCredKey: i32 = 0;
pub const DeprecatedIUMCredKey: i32 = 1;
pub const DomainUserCredKey: i32 = 2;
pub const LocalUserCredKey: i32 = 3;
pub const ExternallySuppliedCredKey: i32 = 4;
const
  InvalidCredKey* = 0
  DeprecatedIUMCredKey* = 1
  DomainUserCredKey* = 2
  LocalUserCredKey* = 3
  ExternallySuppliedCredKey* = 4
enum MSV1_0_CREDENTIAL_KEY_TYPE : int {
    InvalidCredKey = 0,
    DeprecatedIUMCredKey = 1,
    DomainUserCredKey = 2,
    LocalUserCredKey = 3,
    ExternallySuppliedCredKey = 4,
}
#define global InvalidCredKey            0x0
#define global DeprecatedIUMCredKey      0x1
#define global DomainUserCredKey         0x2
#define global LocalUserCredKey          0x3
#define global ExternallySuppliedCredKey 0x4