public enum SECPKG_CRED : uint { SECPKG_CRED_INBOUND = 1U, SECPKG_CRED_OUTBOUND = 2U, }
Last updated 10 months ago