ホーム › Security.Authentication.Identity › SECPKG_SESSIONINFO_TYPE
SECPKG_SESSIONINFO_TYPE
列挙型メンバー 1
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| SecSessionPrimaryCred | 0 | 0x0 | セッション情報は SECPKG_PRIMARY_CRED 構造体に格納されます。 |
公式ドキュメント
セッション情報の形式を指定します。この列挙型は、CreateTokenEx 関数で SessionInformation パラメーターの形式を指定するために使用されます。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum SECPKG_SESSIONINFO_TYPE : int {
SecSessionPrimaryCred = 0
} SECPKG_SESSIONINFO_TYPE;public enum SECPKG_SESSIONINFO_TYPE : int
{
SecSessionPrimaryCred = 0,
}Public Enum SECPKG_SESSIONINFO_TYPE As Integer
SecSessionPrimaryCred = 0
End Enumimport enum
class SECPKG_SESSIONINFO_TYPE(enum.IntEnum):
SecSessionPrimaryCred = 0// SECPKG_SESSIONINFO_TYPE
pub const SecSessionPrimaryCred: i32 = 0;// SECPKG_SESSIONINFO_TYPE
const (
SecSessionPrimaryCred int32 = 0
)const
SecSessionPrimaryCred = 0;// SECPKG_SESSIONINFO_TYPE
pub const SecSessionPrimaryCred: i32 = 0;const
SecSessionPrimaryCred* = 0enum SECPKG_SESSIONINFO_TYPE : int {
SecSessionPrimaryCred = 0,
}#define global SecSessionPrimaryCred 0x0