#[repr(C)]pub struct SECPKG_KERNEL_FUNCTION_TABLE {Show 15 fields
pub Initialize: KspInitPackageFn,
pub DeleteContext: KspDeleteContextFn,
pub InitContext: KspInitContextFn,
pub MapHandle: KspMapHandleFn,
pub Sign: KspMakeSignatureFn,
pub Verify: KspVerifySignatureFn,
pub Seal: KspSealMessageFn,
pub Unseal: KspUnsealMessageFn,
pub GetToken: KspGetTokenFn,
pub QueryAttributes: KspQueryAttributesFn,
pub CompleteToken: KspCompleteTokenFn,
pub ExportContext: SpExportSecurityContextFn,
pub ImportContext: SpImportSecurityContextFn,
pub SetPackagePagingMode: KspSetPagingModeFn,
pub SerializeAuthData: KspSerializeAuthDataFn,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§Initialize: KspInitPackageFn
§DeleteContext: KspDeleteContextFn
§InitContext: KspInitContextFn
§MapHandle: KspMapHandleFn
§Sign: KspMakeSignatureFn
§Verify: KspVerifySignatureFn
§Seal: KspSealMessageFn
§Unseal: KspUnsealMessageFn
§GetToken: KspGetTokenFn
§QueryAttributes: KspQueryAttributesFn
§CompleteToken: KspCompleteTokenFn
§ExportContext: SpExportSecurityContextFn
§ImportContext: SpImportSecurityContextFn
§SetPackagePagingMode: KspSetPagingModeFn
§SerializeAuthData: KspSerializeAuthDataFn