次の方法で共有


IKEEXT_CIPHER_ALGORITHM0 (Compact 2013)

3/26/2014

This structure stores information about the IKE encryption algorithm.

Syntax

typedef struct IKEEXT_CIPHER_ALGORITHM0_ {
  IKEEXT_CIPHER_TYPE algoIdentifier;
  UINT32 keyLen;
  UINT32 rounds;
} IKEEXT_CIPHER_ALGORITHM0;

Members

  • algoIdentifier
    The type of encryption algorithm.

    See topic IKEEXT_CIPHER_TYPE for more information.

  • keyLen
    Unused parameter, always set it to 0.
  • rounds
    Unused parameter, always set it to 0.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Structures

Other Resources

Windows Filtering Platform