ホーム › Security.Authentication.Identity › MSV1_0_CREDENTIAL_KEY_TYPE
MSV1_0_CREDENTIAL_KEY_TYPE
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| InvalidCredKey | 0 | 0x0 |
| DeprecatedIUMCredKey | 1 | 0x1 |
| DomainUserCredKey | 2 | 0x2 |
| LocalUserCredKey | 3 | 0x3 |
| ExternallySuppliedCredKey | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 4enum 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