SECPKG_CRED

public enum SECPKG_CRED : uint
{
    SECPKG_CRED_INBOUND = 1U,
    SECPKG_CRED_OUTBOUND = 2U,
}

Last updated