Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.win32

Class WinCrypt.CTL_CONTEXT

  • Direct Known Subclasses:
    WinCrypt.CTL_CONTEXT.ByReference
    Enclosing interface:
    WinCrypt


    @Structure.FieldOrder(value={"dwMsgAndCertEncodingType","pbCtlEncoded","cbCtlEncoded","pCtlInfo","hCertStore","hCryptMsg","pbCtlContent","cbCtlContent"})
    public static class WinCrypt.CTL_CONTEXT
    extends Structure
    The CTL_CONTEXT structure contains both the encoded and decoded representations of a CTL. It also contains an opened HCRYPTMSG handle to the decoded, cryptographically signed message containing the CTL_INFO as its inner content.
    See Also:
    MSDN
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.