Class WinCrypt.CRYPT_KEY_PROV_PARAM

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

    @FieldOrder({"dwParam","pbData","cbData","dwFlags"})
    public static class WinCrypt.CRYPT_KEY_PROV_PARAM
    extends Structure
    The CRYPT_KEY_PROV_PARAM structure contains information about a key container parameter. This structure is used with the CRYPT_KEY_PROV_INFO structure.
    See Also:
    MSDN
    • Field Detail

      • dwParam

        public int dwParam
      • cbData

        public int cbData
      • dwFlags

        public int dwFlags
    • Constructor Detail

      • CRYPT_KEY_PROV_PARAM

        public CRYPT_KEY_PROV_PARAM()