#[repr(C)]pub struct SECPKG_USER_FUNCTION_TABLE {Show 15 fields
pub InstanceInit: SpInstanceInitFn,
pub InitUserModeContext: SpInitUserModeContextFn,
pub MakeSignature: SpMakeSignatureFn,
pub VerifySignature: SpVerifySignatureFn,
pub SealMessage: SpSealMessageFn,
pub UnsealMessage: SpUnsealMessageFn,
pub GetContextToken: SpGetContextTokenFn,
pub QueryContextAttributesA: SpQueryContextAttributesFn,
pub CompleteAuthToken: SpCompleteAuthTokenFn,
pub DeleteUserModeContext: SpDeleteContextFn,
pub FormatCredentials: SpFormatCredentialsFn,
pub MarshallSupplementalCreds: SpMarshallSupplementalCredsFn,
pub ExportContext: SpExportSecurityContextFn,
pub ImportContext: SpImportSecurityContextFn,
pub MarshalAttributeData: SpMarshalAttributeDataFn,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
InstanceInit: SpInstanceInitFn
InitUserModeContext: SpInitUserModeContextFn
MakeSignature: SpMakeSignatureFn
VerifySignature: SpVerifySignatureFn
SealMessage: SpSealMessageFn
UnsealMessage: SpUnsealMessageFn
GetContextToken: SpGetContextTokenFn
QueryContextAttributesA: SpQueryContextAttributesFn
CompleteAuthToken: SpCompleteAuthTokenFn
DeleteUserModeContext: SpDeleteContextFn
FormatCredentials: SpFormatCredentialsFn
MarshallSupplementalCreds: SpMarshallSupplementalCredsFn
ExportContext: SpExportSecurityContextFn
ImportContext: SpImportSecurityContextFn
MarshalAttributeData: SpMarshalAttributeDataFn
Trait Implementations
impl Clone for SECPKG_USER_FUNCTION_TABLE
impl Clone for SECPKG_USER_FUNCTION_TABLE
impl Copy for SECPKG_USER_FUNCTION_TABLE
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_USER_FUNCTION_TABLE
impl Send for SECPKG_USER_FUNCTION_TABLE
impl Sync for SECPKG_USER_FUNCTION_TABLE
impl Unpin for SECPKG_USER_FUNCTION_TABLE
impl UnwindSafe for SECPKG_USER_FUNCTION_TABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more